From 39efb25bef53fc12a481f7a2f94df200baae45fd Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Sat, 11 Nov 2023 13:38:34 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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