Sanakey
2022-10-24 c891bc5ff6b03baf28a9eac7f5a14ade4cea3c23
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",
@@ -73,7 +74,8 @@
    "pages/vouchers/vouchers",
    "pages/liveRoomCreate/liveRoomCreate",
    "pages/myLiveRoom/myLiveRoom",
    "pages/liveRoomGoods/liveRoomGoods"
    "pages/liveRoomGoods/liveRoomGoods",
    "pages/updateUserInfo/updateUserInfo"
  ],
  "window": {
    "backgroundTextStyle": "light",
@@ -123,9 +125,18 @@
  },
  "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-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",
    "van-goods-action": "/src/vant-weapp/goods-action/index",
    "van-goods-action-button": "/src/vant-weapp/goods-action-button/index"
  },
  "navigateToMiniProgramAppIdList": [
    "wxa20000d674f09912",
@@ -135,12 +146,24 @@
  "permission": {
    "scope.userLocation": {
      "desc": "你的位置信息将用于小程序定位"
    },
    "scope.getFuzzyLocation": {
      "desc": "你的位置信息将用于小程序模糊定位"
    }
  },
  "requiredPrivateInfos":[
    "choosePoi",
    "chooseLocation",
    "chooseAddress",
    "getFuzzyLocation"
  ],
  "plugins": {
    "live-player-plugin": {
      "version": "1.3.5",
      "provider": "wx2b03c6e691cd7370"
    },
    "chooseLocation": {
      "version": "1.0.5",
      "version": "1.0.9",
      "provider": "wx76a9a06e5b4e693e"
    }
  },