From e40fa3df043df12622fd0b654cd3ea9c147b96d7 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期三, 16 七月 2025 23:29:10 +0800
Subject: [PATCH] 增加价格为0的判断,留下逻辑遗漏点

---
 app.json |   42 +++++++++++++++++++++++++-----------------
 1 files changed, 25 insertions(+), 17 deletions(-)

diff --git a/app.json b/app.json
index d1fbd39..eb047bf 100644
--- a/app.json
+++ b/app.json
@@ -28,7 +28,8 @@
     "pages/specialDiscussion/webView/index",
     "pages/index/bookDetail",
     "pages/index/resourceCover",
-    "pages/test/testCover"
+    "pages/test/testCover",
+    "pages/scanResult/index"
   ],
   "subPackages": [
     {
@@ -77,7 +78,21 @@
         "pages/bookServices/webpage/index",
         "pages/components/webView/index",
         "pages/bookServices/detail/buyResource/index",
-        "pages/bookServices/detail/components/learnTask/index"
+        "pages/bookServices/detail/components/learnTask/index",
+        "pages/bookServices/linkPage/index",
+        "pages/psychologyAnswer/psychologyAnswer"
+      ]
+    },
+    {
+      "root": "packageCourse",
+      "name": "packageCourse",
+      "pages": [
+        "pages/course/index",
+        "pages/course/detail/index",
+        "pages/teachClass/index",
+        "components/baseClass/index",
+        "pages/studentClass/index",
+        "pages/teachClass/detail/index"
       ]
     }
   ],
@@ -90,33 +105,23 @@
     "list": [
       {
         "pagePath": "pages/home/home",
-        "text": "棣栭〉",
-        "iconPath": "/static/images/home/Home@2x.png",
-        "selectedIconPatn": "/static/images/home/Home-click@2x.png"
+        "text": "棣栭〉"
       },
       {
         "pagePath": "pages/bookServices/assort/index",
-        "text": "鍥句功鏈嶅姟",
-        "iconPath": "/static/images/home/service@2x.png",
-        "selectedIconPatn": "/static/images/home/service-click@2x.png"
+        "text": "鍥句功鏈嶅姟"
       },
       {
         "pagePath": "pages/study/index",
-        "text": "瀛︿範",
-        "iconPath": "/static/images/home/learn@2x.png",
-        "selectedIconPatn": "/static/images/home/learn-click@2x.png"
+        "text": "瀛︿範"
       },
       {
         "pagePath": "pages/cart/index",
-        "text": "璐墿杞�",
-        "iconPath": "/static/images/home/cart@2x.png",
-        "selectedIconPatn": "/static/images/home/cart-click@2x.png"
+        "text": "璐墿杞�"
       },
       {
         "pagePath": "pages/personalCenter/index",
-        "text": "鎴戠殑",
-        "iconPath": "/static/images/home/my@2x.png",
-        "selectedIconPatn": "/static/images/home/my-click@2x.png"
+        "text": "鎴戠殑"
       }
     ]
   },
@@ -133,6 +138,9 @@
   "permission": {
     "scope.userLocation": {
       "desc": "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭浣嶇疆鎺ュ彛鐨勬晥鏋滃睍绀�"
+    },
+    "clipboard": {
+      "desc": "鐢ㄤ簬澶嶅埗鍐呭鍒板壀璐存澘"
     }
   }
 }
\ No newline at end of file

--
Gitblit v1.9.1