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)