From c99eb26d3c7df0627c82820876b4627fb26f75ee Mon Sep 17 00:00:00 2001 From: Penny <2500338766@qq.com> Date: Wed, 22 Feb 2023 23:46:18 +0800 Subject: [PATCH] =?UTF-8?q?feature:1.0:=E6=B7=BB=E5=8A=A0=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E7=B2=89=E4=B8=9D=E6=95=B0=E9=87=8F=E5=96=9C=E6=AC=A2?= =?UTF-8?q?=E6=94=B6=E8=97=8F=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/userInfo/userInfo.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/userInfo/userInfo.vue b/pages/userInfo/userInfo.vue index d7fb66c..e43fc9f 100644 --- a/pages/userInfo/userInfo.vue +++ b/pages/userInfo/userInfo.vue @@ -71,7 +71,11 @@ }], pageUrl: '', userInfo: {}, - creatorFansLikeInfo: {} + creatorFansLikeInfo: { + fansNum: 0, + likeNum: 0, + collectNum: 0 + } } }, created() {