Commit b94ee03516cb4fb1b4413d2978ec07e9dff1ab8a

Authored by 后端开发-许程
1 parent 776bc9e4

gps位置配置

Showing 1 changed file with 6 additions and 0 deletions
app.json
@@ -71,6 +71,11 @@ @@ -71,6 +71,11 @@
71 "pages/user/grow_value/grow_value" 71 "pages/user/grow_value/grow_value"
72 72
73 ], 73 ],
  74 + "permission": {
  75 + "scope.userLocation": {
  76 + "desc": "获取你的位置信息"
  77 + }
  78 + },
74 "window": { 79 "window": {
75 "backgroundTextStyle": "light", 80 "backgroundTextStyle": "light",
76 "navigationBarTextStyle": "black", 81 "navigationBarTextStyle": "black",
@@ -84,6 +89,7 @@ @@ -84,6 +89,7 @@
84 "selectedColor": "#f23030", 89 "selectedColor": "#f23030",
85 "borderStyle": "white", 90 "borderStyle": "white",
86 "backgroundColor": "#ffffff", 91 "backgroundColor": "#ffffff",
  92 +
87 "list": [ 93 "list": [
88 { 94 {
89 "pagePath": "pages/index/index/index", 95 "pagePath": "pages/index/index/index",