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