From d1deef73e9c402c57600bfa2384037ba78a97de7 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 26 三月 2024 15:09:51 +0800
Subject: [PATCH] 云学习bug修改

---
 app.json |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/app.json b/app.json
index 294a29e..f166636 100644
--- a/app.json
+++ b/app.json
@@ -1,9 +1,9 @@
 {
   "pages": [
-    "pages/student/index",
     "pages/home/home",
     "pages/retrievalPage/index",
     "pages/cart/paymentPage/index",
+    "pages/student/index",
     "pages/cart/index",
     "pages/bookExhibitionList/index",
     "pages/bookExhibitionDetails/index",
@@ -40,7 +40,8 @@
         "pages/sampleBooks/index",
         "pages/personalCenter/publishBooks/index",
         "pages/feedBack/index",
-        "pages/aboutUs/index"
+        "pages/aboutUs/index",
+        "pages/userSetting/index"
       ]
     },
     {
@@ -50,14 +51,16 @@
         "pages/bookServices/list/index",
         "pages/bookServices/detail/index",
         "pages/bookServices/examination/examination",
-        "pages/bookServices/webpage/index"
+        "pages/bookServices/webpage/index",
+        "pages/components/webView/index",
+        "pages/bookServices/detail/buyResource/index"
       ]
     }
   ],
   "tabBar": {
     "custom": true,
     "color": "#666666",
-    "selectedColor": "#FF5F15",
+    "selectedColor": "#ff6c00",
     "backgroundColor": "#ffffff",
     "borderStyle": "black",
     "list": [
@@ -101,8 +104,7 @@
     "backgroundTextStyle": "light",
     "navigationBarBackgroundColor": "#fff",
     "navigationBarTitleText": "浜笀E璇�",
-    "navigationBarTextStyle": "black",
-    " navigationStyle": "custom"
+    "navigationBarTextStyle": "black"
   },
   "sitemapLocation": "sitemap.json",
   "permission": {

--
Gitblit v1.9.1