From e7490f9053b0ed5272bda135415aa571a32476e1 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Mon, 15 Jul 2024 14:29:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E8=AE=AF=E6=81=AF=E7=82=B9?= =?UTF-8?q?=E8=B5=9E=E5=88=86=E4=BA=AB=E5=A6=82=E6=9E=9C=E4=B8=BA=E7=A9=BA?= =?UTF-8?q?=E5=B1=95=E7=A4=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/activity/index.vue | 1 - src/views/communityPublicity/detail.vue | 4 ++-- src/views/communityPublicity/index.vue | 2 +- src/views/home/index.vue | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/activity/index.vue b/src/views/activity/index.vue index 8b4332c..171fe2c 100644 --- a/src/views/activity/index.vue +++ b/src/views/activity/index.vue @@ -91,7 +91,6 @@ export default { return flag || false } }, - }, watch: {}, } diff --git a/src/views/communityPublicity/detail.vue b/src/views/communityPublicity/detail.vue index 6a1797c..e1a8f9f 100644 --- a/src/views/communityPublicity/detail.vue +++ b/src/views/communityPublicity/detail.vue @@ -17,13 +17,13 @@ 点赞{{ info.likes }} + 点赞{{ info.likes || 0 }}
转发 {{ info.transpond }} + 转发 {{ info.transpond || 0 }}
diff --git a/src/views/communityPublicity/index.vue b/src/views/communityPublicity/index.vue index c5ce6f2..50bd976 100644 --- a/src/views/communityPublicity/index.vue +++ b/src/views/communityPublicity/index.vue @@ -26,7 +26,7 @@
{{ item.likes }} + class="img_16 m-right7">{{ item.likes || 0 }}
{{ item.releaseTime }}
diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 40200ef..5c12968 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -115,7 +115,7 @@
{{filterTagId(item.tagId)}}
{{ item.likes }} + alt="" class="img_16 m-right7">{{ item.likes || 0}}
{{item.releaseTime}}