From f9de31d88dfd1492dddc6ecbdd2991b1e453eb68 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Fri, 10 Oct 2025 17:50:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=A7=8B=E5=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 4 +- pages/index/index.vue | 105 +++++++++++++++++++---------------- static/images/selectHome.png | Bin 4652 -> 2861 bytes static/images/selectMap.png | Bin 5803 -> 4701 bytes static/images/selectMine.png | Bin 4390 -> 3465 bytes 5 files changed, 59 insertions(+), 50 deletions(-) diff --git a/pages.json b/pages.json index e7666b4..265de74 100644 --- a/pages.json +++ b/pages.json @@ -276,7 +276,7 @@ ], "tabBar" : { "color" : "#CCCCCC", - "selectedColor" : "#2260F6", + "selectedColor" : "#F16C07", "borderStyle" : "black", "backgroundColor" : "#ffffff", "fontSize" : "24rpx", @@ -293,7 +293,7 @@ "pagePath" : "pages/map/map", "iconPath" : "/static/images/map.png", "selectedIconPath" : "/static/images/selectMap.png", - "text" : "文体旅地图" + "text" : "地图" }, { "pagePath" : "pages/user/user", diff --git a/pages/index/index.vue b/pages/index/index.vue index 2ff0fb2..13c2a15 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,9 +1,12 @@