完善定位功能

This commit is contained in:
2025-05-02 14:41:47 +08:00
parent 05aaed3b16
commit c7b6aacafb
268 changed files with 8649 additions and 3000 deletions

View File

@ -50,12 +50,18 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wx5e2c7a2204b66251",
"appid" : "wx586d77b9edb0636d",
"setting" : {
"urlCheck" : false,
"minified" : true
},
"usingComponents" : true
"usingComponents" : true,
"permission" : {
"scope.userLocation" : {
"desc" : "用于获取当前城市门店信息"
}
},
"requiredPrivateInfos" : [ "getLocation", "chooseAddress", "onLocationChange" ]
},
"mp-alipay" : {
"usingComponents" : true,