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}}