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