From f3ea52bf97e61f6917ccaab904817d74d9d4860c Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期四, 17 七月 2025 09:55:36 +0800 Subject: [PATCH] init --- 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