您好,登錄后才能下訂單哦!
小程序更新了部分配置,位置授權(quán)要先在app.json里聲明一下,這在以前是不需要,會提示getLocation 需要在app.json中聲明permission字段,如圖
解決辦法:
在app.json中加入下面這段代碼
"permission": { "scope.userLocation": { "desc": "你的位置信息將用于小程序位置接口的效果展示" } }
就會有這樣的提示
整個app.json:
{ "pages": [ "pages/index/index", "pages/home/home", "pages/logs/logs", "pages/test/test" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#405f80", "navigationBarTitleText": "這是標題", "navigationBarTextStyle": "black", "enablePullDownRefresh ": "true" }, "tabBar": { "borderStyle": "white", "position": "bottom", "list": [ { "pagePath": "pages/home/home", "text": "首頁", "iconPath": "images/tab/paidui.png", "selectedIconPath": "images/tab/paidui1.png" }, { "pagePath": "pages/test/test", "text": "記錄", "iconPath": "images/tab/jilu.png", "selectedIconPath": "images/tab/jilu2.png" } ] }, "permission": { "scope.userLocation": { "desc": "你的位置信息將用于小程序位置接口的效果展示" } } }
到此這篇關(guān)于微信小程序getLocation 需要在app.json中聲明permission字段的文章就介紹到這了,更多相關(guān)小程序app.json聲明permission內(nèi)容請搜索億速云以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持億速云!
免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。