From 6955399f408332149aa7d4078cb24e01d34263df Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期二, 26 三月 2024 15:13:08 +0800 Subject: [PATCH] 书展列表bug --- app.json | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/app.json b/app.json index 8f90f72..8e5515e 100644 --- a/app.json +++ b/app.json @@ -52,16 +52,14 @@ "pages/bookServices/detail/index", "pages/bookServices/examination/examination", "pages/bookServices/webpage/index", - "pages/components/webView/index", - "pages/bookServices/buyResource/index", - "pages/bookServices/detail/buyResource/index" + "pages/components/webView/index" ] } ], "tabBar": { "custom": true, "color": "#666666", - "selectedColor": "#FF5F15", + "selectedColor": "#ff6c00", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ @@ -105,8 +103,7 @@ "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "浜笀E璇�", - "navigationBarTextStyle": "black", - " navigationStyle": "custom" + "navigationBarTextStyle": "black" }, "sitemapLocation": "sitemap.json", "permission": { -- Gitblit v1.9.1