From 9b40a9ef94eecc16793e98b32985a7c3c70d396f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Thu, 30 Oct 2025 21:05:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E6=9C=BA=E6=9E=84=E5=8A=A8?= =?UTF-8?q?=E5=90=91=E7=AE=80=E6=8A=A5=E7=9A=84=E8=B7=B3=E8=BD=AC=E9=80=BB?= =?UTF-8?q?=E8=BE=91=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 f12c432..d8f9f5a 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -124,7 +124,7 @@ 机构动向简报 - + {{report.stock}} {{report.status}} @@ -472,6 +472,13 @@ export default { }) }, + // 跳转到缺省页面(机构动向简报点击) + goToNotFoundBriefing(report) { + uni.navigateTo({ + url: '/pages/notFoundBriefing/notFoundBriefing' + }) + }, + // 处理游客登录成功事件 handleVisitorLoginSuccess(data) { console.log('收到游客登录成功事件:', data)