From 12c6e1e7a2445bc55495c719852a902cf7196bc7 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Wed, 08 Nov 2023 18:15:02 +0800
Subject: [PATCH] 调整部分样式,旅馆安全数据交互

---
 pages.json |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pages.json b/pages.json
index 579d531..1a8acce 100644
--- a/pages.json
+++ b/pages.json
@@ -115,7 +115,8 @@
 						"navigationBarTitleText": "标签事件",
 						"enablePullDownRefresh": false,
 						"navigationBarBackgroundColor": "#4586fe",
-						"navigationBarTextStyle": "white"
+						"navigationBarTextStyle": "white",
+						"navigationStyle": "custom"
 					}
 				},
 				{
@@ -123,8 +124,8 @@
 					"style": {
 						"navigationBarTitleText": "旅馆安全自查",
 						"enablePullDownRefresh": false,
-						"navigationBarBackgroundColor": "#4586fe",
-						"navigationBarTextStyle": "white"
+						"navigationBarBackgroundColor": "#fff",
+						"navigationBarTextStyle": "black"
 					}
 				},{
 					"path": "released",

--
Gitblit v1.9.3