From 0d35b31eefcabd48325e00b3c1f32cb7cbf78e4c Mon Sep 17 00:00:00 2001
From: GULIMMO <2820890765@qq.com>
Date: Sat, 11 Nov 2023 12:07:58 +0800
Subject: [PATCH] 楼栋、楼盘、房屋详情页面样式更新

---
 pages.json |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pages.json b/pages.json
index fea8ded..0635d60 100644
--- a/pages.json
+++ b/pages.json
@@ -373,8 +373,8 @@
 					"path": "list/index",
 					"style": {
 						"navigationBarTitleText": "楼栋列表",
-						"navigationBarBackgroundColor": "#5887f9",
-						"navigationBarTextStyle": "white",
+						"navigationBarBackgroundColor": "#fff",
+						"navigationBarTextStyle": "black",
 						"enablePullDownRefresh": false
 					}
 				},
@@ -382,8 +382,8 @@
 					"path": "family/index",
 					"style": {
 						"navigationBarTitleText": "楼盘",
-						"navigationBarBackgroundColor": "#5887f9",
-						"navigationBarTextStyle": "white",
+						"navigationBarBackgroundColor": "#fff",
+						"navigationBarTextStyle": "black",
 						"enablePullDownRefresh": false
 					}
 				},
@@ -391,8 +391,8 @@
 					"path": "roomDetails/index",
 					"style": {
 						"navigationBarTitleText": "房屋详情",
-						"navigationBarBackgroundColor": "#5887f9",
-						"navigationBarTextStyle": "white",
+						"navigationBarBackgroundColor": "#fff",
+						"navigationBarTextStyle": "black",
 						"enablePullDownRefresh": false
 					}
 				},

--
Gitblit v1.9.3