Browse Source

'调用地图获取地址'

master
Lj 4 weeks ago
parent
commit
aa82acda42
1 changed files with 9 additions and 1 deletions
  1. +9
    -1
      manifest.json

+ 9
- 1
manifest.json View File

@ -54,7 +54,15 @@
"setting" : {
"urlCheck" : false
},
"usingComponents" : true
"usingComponents" : true,
"requiredPrivateInfos" : [
"chooseLocation"
],
"permission" : {
"scope.userLocation" : {
"desc" : "您的位置信息将用于选择寄件地址"
}
}
},
"mp-alipay" : {
"usingComponents" : true


Loading…
Cancel
Save