liukangdong
2024-08-02 52787adceb282c1914589c7ceb252bdb03e2df36
wechat_staff/app.json
@@ -20,6 +20,7 @@
    "pages/store/staff",
    "pages/sets/index",
    "pages/webView/index",
    "pages/download/index",
    "pages/sets/protocol",
    "pages/consult/detail",
    "pages/detailDis/product",
@@ -57,9 +58,12 @@
    ]
  },
  "window": {
    "navigationBarTitleText": "志邦家选",
    "navigationBarTitleText": "ZB优家",
    "navigationBarTextStyle": "black",
    "navigationBarBackgroundColor": "#fff"
    "backgroundTextStyle": "dark",
    "navigationBarBackgroundColor": "#fff",
    "navigationStyle": "default",
    "backgroundColor": "#fff"
  },
  "requiredPrivateInfos": [
    "getLocation",
@@ -75,7 +79,7 @@
    "scope.userLocation": {
      "desc": "你的位置信息将用于小程序位置接口的效果展示"
    },
    "scope.writePhotosAlbum":{
    "scope.writePhotosAlbum": {
      "desc": "授权相册权限后,您才能正常保存图片"
    }
  },