From 4dc531fc2dcd6517fffa2e9760225f5705537258 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 19 七月 2024 20:11:27 +0800
Subject: [PATCH] 代码提交

---
 wechat_jiaxuan/app.json |   42 +++++++++++++++++++++++++++++-------------
 1 files changed, 29 insertions(+), 13 deletions(-)

diff --git a/wechat_jiaxuan/app.json b/wechat_jiaxuan/app.json
index 7b8159b..9414c87 100644
--- a/wechat_jiaxuan/app.json
+++ b/wechat_jiaxuan/app.json
@@ -6,25 +6,37 @@
     "pages/consult/detail",
     "pages/mine/mine",
     "pages/auth/auth",
-    "pages/design/design"
+    "pages/design/design",
+    "pages/store/store",
+    "pages/store/info",
+    "pages/store/staff",
+    "pages/store/staffList",
+    "pages/calculator/index",
+    "pages/webView/index",
+    "pages/productVideo/index",
+    "pages/homeId/index",
+    "pages/kefu/index",
+    "pages/kefu/service",
+    "pages/detailDis/product",
+    "pages/detailDis/case",
+    "pages/detailDis/realpic",
+    "pages/userinfo/index",
+    "pages/userinfo/mysub",
+    "pages/userinfo/collect",
+    "pages/userinfo/favorite",
+    "pages/sets/index",
+    "pages/sets/protocol",
+    "pages/richText/index"
   ],
   "window": {
     "navigationBarTitleText": "蹇楅偊瀹堕��",
     "navigationBarTextStyle": "black",
-    "navigationBarBackgroundColor": "#fff"
-  },
-  "renderer": "skyline",
-  "rendererOptions": {
-    "skyline": {
-      "defaultDisplayBlock": true,
-      "disableABTest": true,
-      "sdkVersionBegin": "3.0.0",
-      "sdkVersionEnd": "15.255.255"
-    }
+    "navigationBarBackgroundColor": "#fff",
+    "navigationStyle": "default"
   },
   "tabBar": {
     "color": "#999",
-    "selectedColor": "#110000",
+    "selectedColor": "#B08771",
     "list": [
       {
         "pagePath": "pages/index/index",
@@ -42,7 +54,7 @@
         "pagePath": "pages/consult/consult",
         "iconPath": "static/tabbar/nav_mendian.png",
         "selectedIconPath": "static/tabbar/nav_mendianAc.png",
-        "text": "鍜ㄨ"
+        "text": "璧勮"
       },
       {
         "pagePath": "pages/mine/mine",
@@ -59,6 +71,10 @@
     "van-empty": "@vant/weapp/empty/index",
     "navBar": "./components/navBar/navBar"
   },
+  "requiredPrivateInfos": [
+    "getLocation",
+    "chooseLocation"
+  ],
   "permission": {
     "scope.userLocation": {
       "desc": "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭浣嶇疆鎺ュ彛鐨勬晥鏋滃睍绀�"

--
Gitblit v1.9.3