diff --git a/components/footerBar.vue b/components/footerBar.vue index 80cc030..ac96c57 100644 --- a/components/footerBar.vue +++ b/components/footerBar.vue @@ -111,7 +111,7 @@ const tabChange = (value) => { }) } else if (value == 2) { //行情 uni.redirectTo({ - url: '/pages/home/marketSituation', + url: '/pages/marketSituation/marketSituation', animationType: 'fade-in' }) } else if (value == 3) { //DeepMate diff --git a/pages.json b/pages.json index 2b116d9..6076073 100644 --- a/pages.json +++ b/pages.json @@ -286,7 +286,7 @@ } }, { - "path" : "pages/home/marketCondition", + "path" : "pages/marketSituation/marketCondition", "style" : { "navigationBarTitleText" : "行情", diff --git a/pages/marketSituation/globalIndex.vue b/pages/marketSituation/globalIndex.vue index 22169a0..2a2ed7d 100644 --- a/pages/marketSituation/globalIndex.vue +++ b/pages/marketSituation/globalIndex.vue @@ -100,7 +100,7 @@