From d0c1a19d3e997496b57185569af201eaa69fe987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Wed, 29 Oct 2025 22:42:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8A=E6=97=A5=E5=B8=82=E5=9C=BA=E6=A6=82?= =?UTF-8?q?=E8=A7=88=E4=B8=AD=E7=82=B9=E5=87=BB=E6=97=A9=E7=9B=98=E8=A7=A3?= =?UTF-8?q?=E6=9E=90=E8=B7=B3=E8=BD=AC=E5=88=B0=E8=AF=A5=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/MarketOverview.vue | 8 +++++++- pages.json | 7 +++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/components/MarketOverview.vue b/components/MarketOverview.vue index c5f56a1..31c04df 100644 --- a/components/MarketOverview.vue +++ b/components/MarketOverview.vue @@ -47,7 +47,7 @@ 市场风险评级: 需警惕潜在风险 - + 早盘解析: 今日高开, 芯片、稀土、公共 @@ -142,6 +142,12 @@ export default { } }, methods: { + // 跳转到早盘解析页面 + goToMorningAnalysis() { + uni.navigateTo({ + url: '/pages/morningMarketAnalysis/morningMarketAnalysis' + }) + }, showMarketSelector() { // 切换显示外汇市场内容 this.showForexMarket = !this.showForexMarket; diff --git a/pages.json b/pages.json index 8549911..8c0cf25 100644 --- a/pages.json +++ b/pages.json @@ -88,6 +88,13 @@ } }, { + "path" : "pages/morningMarketAnalysis/morningMarketAnalysis", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { "path": "pages/marketSituation/marketSituation", "style": { "navigationStyle": "custom",