From 05316275ee6f1623cc022a3cb4967a440c105a6b Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期二, 29 七月 2025 16:43:42 +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