Browse Source

Merge branch 'master' of http://47.98.226.240:3000/twt/operatingCompany

* 'master' of http://47.98.226.240:3000/twt/operatingCompany:
  配置
  appid
guo 3 years ago
parent
commit
b7ff6ae44c
1 changed files with 7 additions and 2 deletions
  1. 7 2
      operatingCompany/manifest.json

+ 7 - 2
operatingCompany/manifest.json

@@ -50,11 +50,16 @@
     "quickapp" : {},
     /* 小程序特有相关 */
     "mp-weixin" : {
-        "appid" : "",
+        "appid" : "wx33053a645546ec31",
         "setting" : {
             "urlCheck" : false
         },
-        "usingComponents" : true
+        "usingComponents" : true,
+        "permission" : {
+            "scope.userLocation" : {
+                "desc" : "获取门店地址"
+            }
+        }
     },
     "mp-alipay" : {
         "usingComponents" : true