|
@@ -1,5 +1,6 @@
|
|
|
{
|
|
{
|
|
|
"pages": [
|
|
"pages": [
|
|
|
|
|
+ "pages/demo/demo",
|
|
|
"pages/index/index",
|
|
"pages/index/index",
|
|
|
"pages/takePhoto/takePhoto",
|
|
"pages/takePhoto/takePhoto",
|
|
|
"pages/takePhoto/success/success",
|
|
"pages/takePhoto/success/success",
|
|
@@ -12,7 +13,7 @@
|
|
|
"pages/securityCheck/securityCheck",
|
|
"pages/securityCheck/securityCheck",
|
|
|
"pages/train/train"
|
|
"pages/train/train"
|
|
|
],
|
|
],
|
|
|
- "requiredPrivateInfos": ["getLocation"],
|
|
|
|
|
|
|
+ "requiredPrivateInfos": ["getLocation", "chooseLocation"],
|
|
|
"window": {
|
|
"window": {
|
|
|
"backgroundColor": "#F6F6F6",
|
|
"backgroundColor": "#F6F6F6",
|
|
|
"backgroundTextStyle": "light",
|
|
"backgroundTextStyle": "light",
|
|
@@ -24,7 +25,8 @@
|
|
|
"tabBar": {
|
|
"tabBar": {
|
|
|
"selectedColor": "#1195db",
|
|
"selectedColor": "#1195db",
|
|
|
"color": "#8a8a8a",
|
|
"color": "#8a8a8a",
|
|
|
- "list": [{
|
|
|
|
|
|
|
+ "list": [
|
|
|
|
|
+ {
|
|
|
"pagePath": "pages/takePhoto/takePhoto",
|
|
"pagePath": "pages/takePhoto/takePhoto",
|
|
|
"text": "随身拍",
|
|
"text": "随身拍",
|
|
|
"selectedIconPath": "./images/tabs/camera-.png",
|
|
"selectedIconPath": "./images/tabs/camera-.png",
|
|
@@ -47,12 +49,16 @@
|
|
|
"permission": {
|
|
"permission": {
|
|
|
"scope.userLocation": {
|
|
"scope.userLocation": {
|
|
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
|
|
|
|
+ },
|
|
|
|
|
+ "scope.chooseLocation": {
|
|
|
|
|
+ "desc": "你的位置信息将用于小程序位置接口的效果展示"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"lazyCodeLoading": "requiredComponents",
|
|
|
"sitemapLocation": "sitemap.json",
|
|
"sitemapLocation": "sitemap.json",
|
|
|
"style": "v2",
|
|
"style": "v2",
|
|
|
- "cache": [{
|
|
|
|
|
|
|
+ "cache": [
|
|
|
|
|
+ {
|
|
|
"pagePath": "pages/takePhoto/takePhoto",
|
|
"pagePath": "pages/takePhoto/takePhoto",
|
|
|
"text": "随身拍",
|
|
"text": "随身拍",
|
|
|
"selectedIconPath": "./images/tabs/camera-.png",
|
|
"selectedIconPath": "./images/tabs/camera-.png",
|
|
@@ -77,4 +83,4 @@
|
|
|
"iconPath": "./images/tabs/train.png"
|
|
"iconPath": "./images/tabs/train.png"
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
-}
|
|
|
|
|
|
|
+}
|