Sanakey
2022-10-28 0e185fa6db8e3f4209e63c079750a26fe3feddaa
app.json
@@ -24,7 +24,8 @@
    "pages/group/group",
    "pages/information/information",
    "pages/information2/information2",
    "pages/member/member",
    "pages/vipDetail/vipDetail",
    "pages/vipOrder/vipOrder",
    "pages/membergroup/membergroup",
    "pages/idCard/idCard",
    "pages/idCardFolder/idCardFolder",
@@ -63,7 +64,6 @@
    "pages/withdraw/withdraw",
    "pages/webView/webView",
    "pages/videoView/videoView",
    "pages/vipDetail/vipDetail",
    "pages/login/login",
    "pages/register/register",
    "pages/storeDetail/stroeDetail",
@@ -74,7 +74,8 @@
    "pages/vouchers/vouchers",
    "pages/liveRoomCreate/liveRoomCreate",
    "pages/myLiveRoom/myLiveRoom",
    "pages/liveRoomGoods/liveRoomGoods"
    "pages/liveRoomGoods/liveRoomGoods",
    "pages/updateUserInfo/updateUserInfo"
  ],
  "window": {
    "backgroundTextStyle": "light",
@@ -99,7 +100,7 @@
        "text": "商城"
      },
      {
        "pagePath": "pages/classify/classify",
        "pagePath": "pages/classify2/classify2",
        "iconPath": "imgs/icon/classify.png",
        "selectedIconPath": "imgs/icon/classify-s.png",
        "text": "分类"
@@ -123,12 +124,14 @@
    "downloadFile": 10000
  },
  "usingComponents": {
    "c-authorize": "/component/authorize/authorize",
    "c-authorize-phone": "/component/authorizePhone/authorize",
    "c-contact": "/component/contact/contact",
    "c-wxparse": "/component/wxparse/wxparse",
    "van-dialog": "/src/vant-weapp/dialog/index",
    "van-divider": "/src/vant-weapp/divider/index",
    "van-popup": "/src/vant-weapp/popup/index",
    "van-datetime-picker": "/src/vant-weapp/datetime-picker/index",
    "van-tag": "/src/vant-weapp/tag/index",
    "van-button": "/src/vant-weapp/button/index",
    "van-cell": "/src/vant-weapp/cell/index",
@@ -143,15 +146,24 @@
  "permission": {
    "scope.userLocation": {
      "desc": "你的位置信息将用于小程序定位"
    },
    "scope.getFuzzyLocation": {
      "desc": "你的位置信息将用于小程序模糊定位"
    }
  },
  "requiredPrivateInfos":[
    "choosePoi",
    "chooseLocation",
    "chooseAddress",
    "getFuzzyLocation"
  ],
  "plugins": {
    "live-player-plugin": {
      "version": "1.2.7",
      "version": "1.3.5",
      "provider": "wx2b03c6e691cd7370"
    },
    "chooseLocation": {
      "version": "1.0.5",
      "version": "1.0.9",
      "provider": "wx76a9a06e5b4e693e"
    }
  },