|
|
@@ -62,7 +62,13 @@
|
|
|
"urlCheck" : false
|
|
|
},
|
|
|
"usingComponents" : true,
|
|
|
- "permission" : {},
|
|
|
+ /* 微信要求定位类隐私接口须在 requiredPrivateInfos 声明,否则 chooseLocation 直接 fail */
|
|
|
+ "permission" : {
|
|
|
+ "scope.userLocation" : {
|
|
|
+ "desc" : "你的位置信息将用于填写收货地址"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "requiredPrivateInfos" : [ "chooseLocation" ],
|
|
|
"lazyCodeLoading" : "requiredComponents",
|
|
|
"uniStatistics" : {
|
|
|
"enable" : false
|