From 57aac7478159da202dac6498c8878e114d9f94bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Fri, 31 Oct 2025 11:14:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=B7=B1=E5=BA=A6=E6=8E=A2?= =?UTF-8?q?=E7=B4=A2=E5=8F=AF=E4=BB=A5=E8=B7=B3=E8=BD=AC=E5=88=B0=E5=AF=B9?= =?UTF-8?q?=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 | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 2a0e913..28203c4 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -55,19 +55,19 @@ - + 主力追踪 - + 主力雷达 - + 主力解码 - + 主力资金流 @@ -482,6 +482,13 @@ export default { }) }, + // 跳转到主力行动页面(深度探索点击) + goToMainForceActions(index) { + uni.navigateTo({ + url: `/pages/deepExploration/MainForceActions?index=${index}` + }) + }, + // 处理游客登录成功事件 handleVisitorLoginSuccess(data) { console.log('收到游客登录成功事件:', data)