From f4425543db1c8db8c47a34c53ef477e72cfe318e Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 11 三月 2024 18:19:56 +0800
Subject: [PATCH] feat(答题器): 答题器

---
 app.json |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/app.json b/app.json
index ea01e60..7b12d5f 100644
--- a/app.json
+++ b/app.json
@@ -1,11 +1,17 @@
 {
   "pages": [
+    "pages/resourceDetails/index",
+    "pages/retrievalPage/index",
+    "pages/cart/paymentPage/index",
+    "pages/cart/index",
     "pages/home/home",
+    "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 +21,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",
@@ -47,7 +52,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 +102,8 @@
     "backgroundTextStyle": "light",
     "navigationBarBackgroundColor": "#fff",
     "navigationBarTitleText": "浜笀E璇�",
-    "navigationBarTextStyle": "black"
+    "navigationBarTextStyle": "black",
+    " navigationStyle": "custom"
   },
   "sitemapLocation": "sitemap.json",
   "permission": {

--
Gitblit v1.9.1