From 5a8347e8a64bd6b5634f7177ca25c43a6baac7f3 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 04 十二月 2024 14:26:38 +0800
Subject: [PATCH] 商品扫码激活

---
 app.json |   28 +++++++++-------------------
 1 files changed, 9 insertions(+), 19 deletions(-)

diff --git a/app.json b/app.json
index 80256f0..0ca18c9 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": [
     {
@@ -80,7 +81,7 @@
         "pages/bookServices/detail/components/learnTask/index",
         "pages/bookServices/linkPage/index"
       ]
-    } 
+    }
   ],
   "tabBar": {
     "custom": true,
@@ -91,33 +92,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": "鎴戠殑"
       }
     ]
   },
@@ -135,6 +126,5 @@
     "scope.userLocation": {
       "desc": "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭浣嶇疆鎺ュ彛鐨勬晥鏋滃睍绀�"
     }
-  },
-  "shareAppMessage": true
+  }
 }
\ No newline at end of file

--
Gitblit v1.9.1