From 9765c4e6afc9863c9bedc37e7759a53a8bc6a764 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 02 Aug 2024 13:25:48 +0800
Subject: [PATCH] 三色任务与自查任务

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

diff --git a/pages.json b/pages.json
index b83fe45..4fcd1a3 100644
--- a/pages.json
+++ b/pages.json
@@ -88,7 +88,7 @@
 		{
 			"path": "pages/myMap/myMap",
 			"style": {
-				"navigationBarTitleText": "地图",
+				"navigationBarTitleText": "周边",
 				"enablePullDownRefresh": false
 			}
 		}
@@ -448,6 +448,14 @@
 						"navigationBarBackgroundColor": "#fff",
 						"navigationBarTextStyle": "black"
 					}
+				},
+				{
+					"path" : "gridWord",
+					"style" : 
+					{
+						"navigationBarTitleText" : "",
+						"enablePullDownRefresh" : false
+					}
 				}
 			]
 		},

--
Gitblit v1.9.3