From 6b7684795d1a42f14082384d7c1d6333d777d684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Wed, 29 Oct 2025 22:17:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E6=B7=B1=E5=BA=A6=E6=8E=A2?= =?UTF-8?q?=E7=B4=A2=E7=9A=84=E6=9F=A5=E7=9C=8B=E6=9B=B4=E5=A4=9A=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=88=B0=E5=AF=B9=E5=BA=94=E9=A1=B5=E9=9D=A2=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 466b9b0..3abff99 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -47,7 +47,7 @@ 深度探索 - 查看更多 + 查看更多 @@ -430,6 +430,13 @@ export default { }, methods: { + // 跳转到深度探索页面 + goToDeepExploration() { + uni.navigateTo({ + url: '/pages/deepExploration/deepExploration' + }) + }, + // 处理游客登录成功事件 handleVisitorLoginSuccess(data) { console.log('收到游客登录成功事件:', data)