From 40aea0883e75354599db1daf66365967b3f161fd Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期四, 12 九月 2024 10:53:20 +0800
Subject: [PATCH] 1.获赞值默认设置为0
---
pages/home/components/home-top-flow.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/pages/home/components/home-top-flow.vue b/pages/home/components/home-top-flow.vue
index 7e55261..735d2ce 100644
--- a/pages/home/components/home-top-flow.vue
+++ b/pages/home/components/home-top-flow.vue
@@ -71,6 +71,9 @@
},
methods: {
+ init(){
+ this.refreshList('post')
+ },
fun_GetMore(){
this.getMore('post')
},
--
Gitblit v1.9.3