diff --git a/app.json b/app.json index 190518b..226ad8e 100644 --- a/app.json +++ b/app.json @@ -71,6 +71,11 @@ "pages/user/grow_value/grow_value" ], + "permission": { + "scope.userLocation": { + "desc": "获取你的位置信息" + } + }, "window": { "backgroundTextStyle": "light", "navigationBarTextStyle": "black", @@ -84,6 +89,7 @@ "selectedColor": "#f23030", "borderStyle": "white", "backgroundColor": "#ffffff", + "list": [ { "pagePath": "pages/index/index/index",