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)