diff --git a/manifest.json b/manifest.json index b592ed0..3caef5a 100644 --- a/manifest.json +++ b/manifest.json @@ -53,6 +53,11 @@ /* 小程序特有相关 */ "mp-weixin": { "appid": "wx303943e10cbe2743", + "permission": { + "scope.userLocation": { + "desc": "您的位置信息将用于获取周边服务" + } + }, "setting": { "urlCheck": false },