From f32cff008d5ebdf1fdf3c8369fb8f7b0c2b4448e Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 02 Nov 2023 18:47:29 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app

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

diff --git a/pages.json b/pages.json
index a15d4b4..8cf16d0 100644
--- a/pages.json
+++ b/pages.json
@@ -106,9 +106,9 @@
 				{
 					"path": "views/zhsb",
 					"style": {
-						"navigationBarTitleText": "出租管理",
-						"navigationBarBackgroundColor": "#4586fe",
-						"navigationBarTextStyle": "white",
+						"navigationBarTitleText": "租客上报",
+						"navigationBarBackgroundColor": "#fff",
+						"navigationBarTextStyle": "black",
 						"enablePullDownRefresh": false
 					}
 				},
@@ -116,8 +116,8 @@
 					"path": "views/rentDetail",
 					"style": {
 						"navigationBarTitleText": "租户详情",
-						"navigationBarBackgroundColor": "#4586fe",
-						"navigationBarTextStyle": "white",
+						"navigationBarBackgroundColor": "#fff",
+						"navigationBarTextStyle": "black",
 						"enablePullDownRefresh": false
 					}
 				}
@@ -195,7 +195,7 @@
 		"list": [{
 				"pagePath": "pages/home/index",
 				"selectedIconPath": "static/img/tabbar-01-selected.png",
-				"iconPath": "static/img/tabbar-01-selected.png",
+				"iconPath": "static/img/tabbar-01.png",
 				"text": "首页"
 			},
 			{

--
Gitblit v1.9.3