From 87e70255d786546d640325dd671ecf8049d7bfc8 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 7 Jan 2022 14:52:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E8=AE=AE=E4=BA=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppVillageDiscuss/Detail.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/apps/AppVillageDiscuss/Detail.vue b/src/apps/AppVillageDiscuss/Detail.vue index 75970317..405e6e5e 100644 --- a/src/apps/AppVillageDiscuss/Detail.vue +++ b/src/apps/AppVillageDiscuss/Detail.vue @@ -40,7 +40,9 @@ -
+
+ +
我来说两句...
@@ -107,7 +109,7 @@ export default { messages: res.data.messages || [], } this.data.images = JSON.parse(res.data.images) || [] - this.isAnnouncer = this.user.id === this.info.createUserId + this.isAnnouncer = this.user.id === res.data.createUserId var discussTime = (new Date(res.data.discussDeadline).getTime() * 1) / 1000 var nowTime = (new Date().getTime() * 1) / 1000