From 0e185fa6db8e3f4209e63c079750a26fe3feddaa Mon Sep 17 00:00:00 2001
From: Sanakey <714737083@qq.com>
Date: 星期五, 28 十月 2022 18:03:02 +0800
Subject: [PATCH] getUserInfo接口更改

---
 app.json |   32 ++++++++++++++++++++++++++------
 1 files changed, 26 insertions(+), 6 deletions(-)

diff --git a/app.json b/app.json
index 7dcf948..476c42d 100644
--- a/app.json
+++ b/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",
@@ -122,10 +124,19 @@
     "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-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,15 +146,24 @@
   "permission": {
     "scope.userLocation": {
       "desc": "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭瀹氫綅"
+    },
+    "scope.getFuzzyLocation": {
+      "desc": "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭妯$硦瀹氫綅"
     }
   },
+  "requiredPrivateInfos":[
+    "choosePoi",
+    "chooseLocation",
+    "chooseAddress",
+    "getFuzzyLocation"
+  ],
   "plugins": {
     "live-player-plugin": {
-      "version": "1.2.1",
+      "version": "1.3.5",
       "provider": "wx2b03c6e691cd7370"
     },
     "chooseLocation": {
-      "version": "1.0.5",
+      "version": "1.0.9",
       "provider": "wx76a9a06e5b4e693e"
     }
   },

--
Gitblit v1.8.0