From 500078714411487af00161e01bd7e0b5efdc3414 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期四, 07 八月 2025 13:32:32 +0800
Subject: [PATCH] add:热门景点
---
pages/home/home-main.vue | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/pages/home/home-main.vue b/pages/home/home-main.vue
index e809a9b..189b16b 100644
--- a/pages/home/home-main.vue
+++ b/pages/home/home-main.vue
@@ -99,10 +99,13 @@
}
function hotRoute() {
- uni.showToast({
- title: '跳转热门路线',
- icon: 'none',
+ uni.navigateTo({
+ url: '/sub-pages/hot-spot/index',
})
+ // uni.showToast({
+ // title: 'sub-pages/hot-spot/index',
+ // icon: 'none',
+ // })
}
onLoad((options: any) => {
--
Gitblit v1.9.3