From 8da6f33d33dbf768a6dd5de2fa33fd6fb28cd195 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 27 Jun 2024 17:18:26 +0800
Subject: [PATCH] 代码优化

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

diff --git a/pages.json b/pages.json
index f1f7a38..73878f7 100644
--- a/pages.json
+++ b/pages.json
@@ -80,8 +80,9 @@
 		{
 			"path": "pages/home/selectSiteTwo",
 			"style": {
-				"navigationBarTitleText": "",
-				"enablePullDownRefresh": false
+				"navigationBarTitleText": "区域选择",
+				"navigationBarBackgroundColor": "#fff",
+				"navigationBarTextStyle": "black"
 			}
 		}
 	],
@@ -1003,7 +1004,7 @@
 			]
 		},
 
-		//居住证 
+		//居住证
 		{
 			"root": "subPackage/reside",
 			"pages": [{
@@ -1410,4 +1411,4 @@
 			}
 		]
 	}
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3