From cd3834048bf4a081a133ce7afa2726773cd73acf Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 25 三月 2024 18:20:11 +0800
Subject: [PATCH] 删除多余文件

---
 app.json |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app.json b/app.json
index 2b71cb4..457929b 100644
--- a/app.json
+++ b/app.json
@@ -52,14 +52,16 @@
         "pages/bookServices/detail/index",
         "pages/bookServices/examination/examination",
         "pages/bookServices/webpage/index",
-        "pages/components/webView/index"
+        "pages/components/webView/index",
+        "pages/bookServices/buyResource/index",
+        "pages/bookServices/detail/buyResource/index"
       ]
     }
   ],
   "tabBar": {
     "custom": true,
     "color": "#666666",
-    "selectedColor": "#FF5F15",
+    "selectedColor": "#ff6c00",
     "backgroundColor": "#ffffff",
     "borderStyle": "black",
     "list": [
@@ -103,8 +105,7 @@
     "backgroundTextStyle": "light",
     "navigationBarBackgroundColor": "#fff",
     "navigationBarTitleText": "浜笀E璇�",
-    "navigationBarTextStyle": "black",
-    " navigationStyle": "custom"
+    "navigationBarTextStyle": "black"
   },
   "sitemapLocation": "sitemap.json",
   "permission": {

--
Gitblit v1.9.1