From af2e38d1d72633d03afdb6e75f8d30b7ef0d0aee Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 29 七月 2024 15:24:30 +0800
Subject: [PATCH] 图书详情页添加对云学习目录整体购买的判断

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

diff --git a/app.json b/app.json
index d2468fb..2bc31b4 100644
--- a/app.json
+++ b/app.json
@@ -4,7 +4,7 @@
     "pages/home/digitalRead/index",
     "pages/retrievalPage/index",
     "pages/cart/paymentPage/index",
-    "pages/student/index",
+    "pages/study/index",
     "pages/cart/index",
     "pages/bookExhibitionList/index",
     "pages/bookExhibitionDetails/index",
@@ -12,9 +12,20 @@
     "pages/personalCenter/index",
     "pages/personalCenter/feedBackSubmit/index",
     "pages/personalCenter/certificate/index",
-    "pages/testLogin/index",
     "pages/bookServices/assort/index",
-    "pages/bindInfo/index"
+    "pages/testLogin/index",
+    "pages/bindInfo/index",
+    "pages/bookExhibitionList/select/select",
+    "pages/digitalTextbooks/index",
+    "pages/digitalTextbooks/digitalTextbooksDetails/index",
+    "pages/digitalTextbooks/digitalTextbooksDetails/components/webView/index",
+    "pages/digitalCourses/index",
+    "pages/digitalCourses/digitalCoursesDetails/index",
+    "pages/specialDiscussion/index",
+    "pages/specialDiscussion/webView/index",
+    "pages/index/bookDetail",
+    "pages/index/resourceCover",
+    "pages/test/testCover"
   ],
   "subPackages": [
     {
@@ -27,7 +38,13 @@
         "pages/sampleBookList/index",
         "pages/sampleBookList/applicationForm/index",
         "pages/teacherCertification/index"
-      ]
+      ],
+      "plugins": {
+        "t-video": {
+          "version": "1.0.10",
+          "provider": "wx5474241b2a65b906"
+        }
+      }
     },
     {
       "root": "packagePersonal",
@@ -79,7 +96,7 @@
         "selectedIconPatn": "/static/images/home/service-click@2x.png"
       },
       {
-        "pagePath": "pages/student/index",
+        "pagePath": "pages/study/index",
         "text": "瀛︿範",
         "iconPath": "/static/images/home/learn@2x.png",
         "selectedIconPatn": "/static/images/home/learn-click@2x.png"
@@ -105,7 +122,6 @@
   "window": {
     "backgroundTextStyle": "light",
     "navigationBarBackgroundColor": "#fff",
-    "navigationBarTitleText": "浜笀E璇�",
     "navigationBarTextStyle": "black"
   },
   "sitemapLocation": "sitemap.json",

--
Gitblit v1.9.1