From 624e49d66804a7b68c6ef1982acdca5bfd25cce0 Mon Sep 17 00:00:00 2001
From: zx <604444282@qq.com>
Date: Thu, 7 Jul 2022 15:22:51 +0800
Subject: [PATCH] zx
---
src/views/HomePage/index.vue | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/views/HomePage/index.vue b/src/views/HomePage/index.vue
index e8d76bb..efe4c7b 100644
--- a/src/views/HomePage/index.vue
+++ b/src/views/HomePage/index.vue
@@ -13,7 +13,7 @@
15000
-->
-
{{totalData.taskNum}}
+ {{totalData.taskNum || 0}}
@@ -29,7 +29,7 @@
15000
-->
- {{totalData.referenceNum}}
+ {{totalData.referenceNum || 0}}
@@ -45,7 +45,7 @@
15000
-->
- {{totalData.customerActionNoteNum}}
+ {{totalData.customerActionNoteNum || 0}}
@@ -59,7 +59,7 @@
总播放数
- {{totalData.playNumSum}}
+ {{totalData.playNumSum || 0}}
@@ -71,7 +71,7 @@
总点赞数
- {{totalData.commendNumSum}}
+ {{totalData.commendNumSum || 0}}
@@ -83,7 +83,7 @@
总收藏数
- {{totalData.collectionNumSum}}
+ {{totalData.collectionNumSum || 0}}
@@ -95,7 +95,7 @@
总评论数
- {{totalData.commentNumSum}}
+ {{totalData.commentNumSum || 0}}
@@ -107,7 +107,7 @@
总转发数
- {{totalData.reSendNumSum}}
+ {{totalData.reSendNumSum || 0}}
@@ -119,7 +119,7 @@
总推荐数
- {{totalData.commendNumSum}}
+ {{totalData.commendNumSum || 0}}