From 5abafa3610cc7d6398e2a5a9caf6efd6d37efe5b Mon Sep 17 00:00:00 2001
From: GULIMMO <2820890765@qq.com>
Date: Mon, 13 Nov 2023 14:53:47 +0800
Subject: [PATCH] 页面样式及功能更新

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

diff --git a/pages.json b/pages.json
index f98dc02..b7cdb23 100644
--- a/pages.json
+++ b/pages.json
@@ -182,8 +182,8 @@
 					"style": {
 						"navigationBarTitleText": "场所采集",
 						"enablePullDownRefresh": false,
-						"navigationBarBackgroundColor": "#4586fe",
-						"navigationBarTextStyle": "white"
+						"navigationBarBackgroundColor": "#fff",
+						"navigationBarTextStyle": "black"
 					}
 				},
 				{
@@ -400,8 +400,8 @@
 					"path": "member/index",
 					"style": {
 						"navigationBarTitleText": "资料管理",
-						"navigationBarBackgroundColor": "#5887f9",
-						"navigationBarTextStyle": "white",
+						"navigationBarBackgroundColor": "#fff",
+						"navigationBarTextStyle": "black",
 						"enablePullDownRefresh": false
 					}
 				},

--
Gitblit v1.9.3