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({