From 7231b5929a66bb1ec3b832be85f5e3f6ce40ad9f Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期五, 15 三月 2024 16:01:52 +0800
Subject: [PATCH] feat: 十大

---
 app.json |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/app.json b/app.json
index ea01e60..188d4a6 100644
--- a/app.json
+++ b/app.json
@@ -1,11 +1,19 @@
 {
   "pages": [
     "pages/home/home",
+    "pages/resourceDetails/myAudio/index",
+    "pages/resourceDetails/myVideo/index",
+    "pages/resourceDetails/document/index",
+    "pages/retrievalPage/index",
+    "pages/cart/paymentPage/index",
+    "pages/cart/index",
+    "pages/aboutUs/index",
     "pages/bookServices/assort/index",
     "pages/bookServices/detail/index",
     "pages/bookServices/list/index",
     "pages/bookExhibitionList/index",
     "pages/bookExhibitionDetails/index",
+    "pages/bibliographyList/index",
     "pages/usercenter/index",
     "pages/usercenter/person-info/index",
     "pages/usercenter/address/list/index",
@@ -15,7 +23,6 @@
     "pages/goods/category/index",
     "pages/goods/search/index",
     "pages/goods/result/index",
-    "pages/cart/index",
     "pages/order/order-confirm/index",
     "pages/order/receipt/index",
     "pages/order/pay-result/index",
@@ -35,6 +42,8 @@
     "pages/order/invoice/index",
     "pages/usercenter/name-edit/index",
     "pages/teacherCertification/index",
+    "pages/sampleBookList/index",
+    "pages/sampleBookList/applicationForm/index",
     "pages/personalCenter/index",
     "pages/personalCenter/myOrder/index",
     "pages/personalCenter/myCollection/index",
@@ -47,7 +56,8 @@
     "pages/personalCenter/sampleBooks/index",
     "pages/personalCenter/downloads/index",
     "pages/personalCenter/activateProduct/index",
-    "pages/testLogin/index"
+    "pages/testLogin/index",
+    "pages/bookServices/examination/examination"
   ],
   "tabBar": {
     "custom": true,
@@ -96,7 +106,8 @@
     "backgroundTextStyle": "light",
     "navigationBarBackgroundColor": "#fff",
     "navigationBarTitleText": "浜笀E璇�",
-    "navigationBarTextStyle": "black"
+    "navigationBarTextStyle": "black",
+    " navigationStyle": "custom"
   },
   "sitemapLocation": "sitemap.json",
   "permission": {

--
Gitblit v1.9.1