From 14de3e90ae29af2ccfd51b08c6a11ab02fe8f8e7 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 05 三月 2024 19:02:35 +0800
Subject: [PATCH] feat(合并代码): 和冰帝阿

---
 app.json |   47 +++++++++++++++++++++++++++++++++++++----------
 1 files changed, 37 insertions(+), 10 deletions(-)

diff --git a/app.json b/app.json
index 7bd9cf8..ea01e60 100644
--- a/app.json
+++ b/app.json
@@ -1,7 +1,11 @@
 {
   "pages": [
     "pages/home/home",
-    "pages/bookServices/index",
+    "pages/bookServices/assort/index",
+    "pages/bookServices/detail/index",
+    "pages/bookServices/list/index",
+    "pages/bookExhibitionList/index",
+    "pages/bookExhibitionDetails/index",
     "pages/usercenter/index",
     "pages/usercenter/person-info/index",
     "pages/usercenter/address/list/index",
@@ -29,7 +33,21 @@
     "pages/order/fill-tracking-no/index",
     "pages/order/delivery-detail/index",
     "pages/order/invoice/index",
-    "pages/usercenter/name-edit/index"
+    "pages/usercenter/name-edit/index",
+    "pages/teacherCertification/index",
+    "pages/personalCenter/index",
+    "pages/personalCenter/myOrder/index",
+    "pages/personalCenter/myCollection/index",
+    "pages/personalCenter/myMassage/index",
+    "pages/personalCenter/myMassage/massageDetail/index",
+    "pages/personalCenter/feedBack/index",
+    "pages/personalCenter/feedBackSubmit/index",
+    "pages/personalCenter/certificate/index",
+    "pages/personalCenter/publishBooks/index",
+    "pages/personalCenter/sampleBooks/index",
+    "pages/personalCenter/downloads/index",
+    "pages/personalCenter/activateProduct/index",
+    "pages/testLogin/index"
   ],
   "tabBar": {
     "custom": true,
@@ -40,30 +58,39 @@
     "list": [
       {
         "pagePath": "pages/home/home",
-        "text": "棣栭〉"
+        "text": "棣栭〉",
+        "iconPath": "/static/images/home/Home@2x.png",
+        "selectedIconPatn": "/static/images/home/Home-click@2x.png"
       },
       {
-        "pagePath": "pages/bookServices/index",
-        "text": "鍥句功鏈嶅姟"
+        "pagePath": "pages/bookServices/assort/index",
+        "text": "鍥句功鏈嶅姟",
+        "iconPath": "/static/images/home/service@2x.png",
+        "selectedIconPatn": "/static/images/home/service-click@2x.png"
       },
       {
         "pagePath": "pages/goods/category/index",
-        "text": "鍒嗙被"
+        "text": "瀛︿範",
+        "iconPath": "/static/images/home/learn@2x.png",
+        "selectedIconPatn": "/static/images/home/learn-click@2x.png"
       },
       {
         "pagePath": "pages/cart/index",
-        "text": "璐墿杞�"
+        "text": "璐墿杞�",
+        "iconPath": "/static/images/home/cart@2x.png",
+        "selectedIconPatn": "/static/images/home/cart-click@2x.png"
       },
       {
-        "pagePath": "pages/usercenter/index",
-        "text": "鎴戠殑"
+        "pagePath": "pages/personalCenter/index",
+        "text": "鎴戠殑",
+        "iconPath": "/static/images/home/my@2x.png",
+        "selectedIconPatn": "/static/images/home/my-click@2x.png"
       }
     ]
   },
   "requiredPrivateInfos": [
     "chooseAddress"
   ],
-  "lazyCodeLoading": "requiredComponents",
   "usingComponents": {},
   "window": {
     "backgroundTextStyle": "light",

--
Gitblit v1.9.1