From 8dd9360a0e4cfd22ea9e261bec3821eff3f57fe8 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期二, 12 八月 2025 10:10:07 +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