From c96612e8a63ecef9590be0f8b5199277ec94e5b9 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 18 九月 2024 18:43:12 +0800
Subject: [PATCH] 云学习购买目录,修改bug

---
 app.json |   23 ++++++++++++++++++-----
 1 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/app.json b/app.json
index 3bfea2d..80256f0 100644
--- a/app.json
+++ b/app.json
@@ -12,6 +12,8 @@
     "pages/personalCenter/index",
     "pages/personalCenter/feedBackSubmit/index",
     "pages/personalCenter/certificate/index",
+    "pages/personalCenter/pointsRecord/index",
+    "pages/personalCenter/myUpload/index",
     "pages/bookServices/assort/index",
     "pages/testLogin/index",
     "pages/bindInfo/index",
@@ -21,6 +23,7 @@
     "pages/digitalTextbooks/digitalTextbooksDetails/components/webView/index",
     "pages/digitalCourses/index",
     "pages/digitalCourses/digitalCoursesDetails/index",
+    "pages/digitalCourses/digitalCoursesDetails/components/digitalRead/index",
     "pages/specialDiscussion/index",
     "pages/specialDiscussion/webView/index",
     "pages/index/bookDetail",
@@ -37,8 +40,15 @@
         "pages/resourceDetails/document/index",
         "pages/sampleBookList/index",
         "pages/sampleBookList/applicationForm/index",
-        "pages/teacherCertification/index"
-      ]
+        "pages/teacherCertification/index",
+        "pages/publickBookForm/index"
+      ],
+      "plugins": {
+        "t-video": {
+          "version": "1.0.10",
+          "provider": "wx5474241b2a65b906"
+        }
+      }
     },
     {
       "root": "packagePersonal",
@@ -66,9 +76,11 @@
         "pages/bookServices/examination/examination",
         "pages/bookServices/webpage/index",
         "pages/components/webView/index",
-        "pages/bookServices/detail/buyResource/index"
+        "pages/bookServices/detail/buyResource/index",
+        "pages/bookServices/detail/components/learnTask/index",
+        "pages/bookServices/linkPage/index"
       ]
-    }
+    } 
   ],
   "tabBar": {
     "custom": true,
@@ -123,5 +135,6 @@
     "scope.userLocation": {
       "desc": "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭浣嶇疆鎺ュ彛鐨勬晥鏋滃睍绀�"
     }
-  }
+  },
+  "shareAppMessage": true
 }
\ No newline at end of file

--
Gitblit v1.9.1