在uniapp微信小程序中使用getLocation時,出現(xiàn)報錯
?{errMsg: "getLocation:fail the api need to be declared in the requiredPrivateInfos field in app.json/ext.json"}
?文章來源地址http://www.zghlxwxcb.cn/news/detail-512258.html
這時,先檢查manifast.json中mp-weixin是否含有以下字段
? ? ?"permission" : {
? ? ? ? ? ? "scope.userLocation" : {
? ? ? ? ? ? ? ? "desc" : "為了您更好的體驗,請確認(rèn)獲取您的位置"
? ? ? ? ? ? }
? ? ? ? },
? ? ? ? "requiredPrivateInfos" : [ "getLocation" ],
?
?如果已經(jīng)設(shè)置仍然報錯開頭信息,請檢查微信開發(fā)者調(diào)試及出庫版本(2.6.0以上版本無法使用,將版本降到2.25.4)這時就可以獲取到定位信息
文章來源:http://www.zghlxwxcb.cn/news/detail-512258.html
?
到了這里,關(guān)于解決小程序報錯getLocation:fail the api need to be declared in the requiredPrivateInfos...的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!