From a0b86ffe9bde39746310018d1dc66fa9f6ee1f4d Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Sat, 11 Nov 2023 14:13:02 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app

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

diff --git a/pages.json b/pages.json
index ebb8481..0635d60 100644
--- a/pages.json
+++ b/pages.json
@@ -69,7 +69,7 @@
 
 		//公告
 		{
-			"root": "subPackage/notice",
+			"root": "subPackage/article",
 			"pages": [{
 					"path": "list",
 					"style": {
@@ -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