From 19e325e83b622fd29451656093bb9ad92b8c0ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Wed, 29 Oct 2025 23:50:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E9=A6=96=E9=A1=B5=E6=88=91?= =?UTF-8?q?=E7=9A=84=E8=87=AA=E9=80=89=E7=9A=84=E6=9F=A5=E7=9C=8B=E6=9B=B4?= =?UTF-8?q?=E5=A4=9A=E8=B7=B3=E8=BD=AC=E5=88=B0=E5=AF=B9=E5=BA=94=E9=A1=B5?= =?UTF-8?q?=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 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index f0c0a52..528245e 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -128,7 +128,7 @@ {{report.stock}} {{report.status}} - + 查看更多 >> @@ -430,6 +430,13 @@ export default { }, methods: { + // 跳转到自定义股票列表页面 + goToCustomStockList() { + uni.navigateTo({ + url: '/pages/customStockList/customStockList' + }) + }, + // 跳转到机构动向解析页面 goToAnalysisInstitutionalTrends() { uni.navigateTo({