From 34dd2d10cf26c86ed170a59aa36718f7c27f24d0 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 03 四月 2024 15:30:29 +0800
Subject: [PATCH] 图书详情bug修改,云学习无销售方法check禁用

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

diff --git a/app.json b/app.json
index 8f90f72..5d3f411 100644
--- a/app.json
+++ b/app.json
@@ -1,6 +1,7 @@
 {
   "pages": [
     "pages/home/home",
+    "pages/home/digitalRead/index",
     "pages/retrievalPage/index",
     "pages/cart/paymentPage/index",
     "pages/student/index",
@@ -11,8 +12,9 @@
     "pages/personalCenter/index",
     "pages/personalCenter/feedBackSubmit/index",
     "pages/personalCenter/certificate/index",
+    "pages/bookServices/assort/index",
     "pages/testLogin/index",
-    "pages/bookServices/assort/index"
+    "pages/bindInfo/index"
   ],
   "subPackages": [
     {
@@ -38,7 +40,7 @@
         "pages/downloads/index",
         "pages/activateProduct/index",
         "pages/sampleBooks/index",
-        "pages/personalCenter/publishBooks/index",
+        "pages/publishBooks/index",
         "pages/feedBack/index",
         "pages/aboutUs/index",
         "pages/userSetting/index"
@@ -53,7 +55,6 @@
         "pages/bookServices/examination/examination",
         "pages/bookServices/webpage/index",
         "pages/components/webView/index",
-        "pages/bookServices/buyResource/index",
         "pages/bookServices/detail/buyResource/index"
       ]
     }
@@ -61,7 +62,7 @@
   "tabBar": {
     "custom": true,
     "color": "#666666",
-    "selectedColor": "#FF5F15",
+    "selectedColor": "#ff6c00",
     "backgroundColor": "#ffffff",
     "borderStyle": "black",
     "list": [
@@ -105,8 +106,7 @@
     "backgroundTextStyle": "light",
     "navigationBarBackgroundColor": "#fff",
     "navigationBarTitleText": "浜笀E璇�",
-    "navigationBarTextStyle": "black",
-    " navigationStyle": "custom"
+    "navigationBarTextStyle": "black"
   },
   "sitemapLocation": "sitemap.json",
   "permission": {

--
Gitblit v1.9.1