From 500078714411487af00161e01bd7e0b5efdc3414 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期四, 07 八月 2025 13:32:32 +0800 Subject: [PATCH] add:热门景点 --- pages.json | 26 +++++++++++++++++++++++--- 1 files changed, 23 insertions(+), 3 deletions(-) diff --git a/pages.json b/pages.json index 6a19d6c..04c7637 100644 --- a/pages.json +++ b/pages.json @@ -9,10 +9,11 @@ } }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { "path": "pages/home/home", "style": { - "navigationBarTitleText": "影途", + "navigationBarTitleText": "影游四方", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } @@ -73,7 +74,7 @@ { "path": "index", "style": { - "navigationBarTitleText": "社区", + "navigationBarTitleText": "草原", "enablePullDownRefresh": true } } @@ -81,6 +82,25 @@ "path": "search-page", "style": { "navigationBarTitleText": "搜索", + "enablePullDownRefresh": true + } + } + ] + }, + { + "root": "sub-pages/hot-city", + "pages": [ + { + "path": "index", + "style": { + "navigationBarTitleText": "城市", + "enablePullDownRefresh": true + } + } + ,{ + "path": "hot-city-detail", + "style": { + "navigationBarTitleText": "城市详情", "enablePullDownRefresh": true } } @@ -149,7 +169,7 @@ ], "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "影途", + "navigationBarTitleText": "影游四方", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, -- Gitblit v1.9.3