From b0486b1a8fad70902e3d442c07fa1d16ac825ab0 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 7 Jan 2022 15:54:49 +0800 Subject: [PATCH] 26494 --- src/apps/AppVillageDiscuss/Detail.vue | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/apps/AppVillageDiscuss/Detail.vue b/src/apps/AppVillageDiscuss/Detail.vue index 3346ce9a..9bc2abad 100644 --- a/src/apps/AppVillageDiscuss/Detail.vue +++ b/src/apps/AppVillageDiscuss/Detail.vue @@ -32,7 +32,10 @@
- +
+ + {{ data.createUserId === op.createUserId ? '话事人' : '居民' }} +
@@ -348,6 +351,18 @@ export default { } } + .tags { + width: 80px; + height: 34px; + line-height: 34px; + margin-left: 16px; + text-align: center; + color: #fff; + font-size: 24px; + background: #1AAAFF; + border-radius: 8px; + } + ::v-deep uni-video { width: 100%; }