From 1cad6ba03f8cb848352c6739c54395128e73485f Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 26 三月 2024 16:00:53 +0800
Subject: [PATCH] 资源购买页布局调整

---
 app.json |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

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

--
Gitblit v1.9.1