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)