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",