From 0b671bc3f66ebacbdfeefdb472b62ec9faded493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Fri, 24 Oct 2025 11:29:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E6=B7=BB=E5=8A=A0=E8=87=AA=E9=80=89?= =?UTF-8?q?=E8=82=A1=E6=B7=BB=E5=8A=A0=E7=82=B9=E5=87=BB=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E8=B7=B3=E8=BD=AC=E5=88=B0=E8=A1=8C=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 3e0d7ff..59a7259 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -80,7 +80,7 @@ 我的自选 - 添加自选股 + 添加自选股 @@ -203,6 +203,12 @@ export default { }, methods: { + goToMarketSituation() { + // 跳转到行情页面 + uni.navigateTo({ + url: '/pages/home/marketSituation' + }); + }, // 防抖函数 debounce(fn, delay = 300) { if (this.debounceTimer) clearTimeout(this.debounceTimer)