From 46a7ac2963435afe16038c63aaedd1d3dd96876b Mon Sep 17 00:00:00 2001 From: "@AliceXiaoZhan" <1936165216@qq.com> Date: Tue, 4 Jul 2023 21:53:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=A7=E5=93=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle_b/pages/community_detail/community_detail.vue | 16 ++++++++++------ components/components/follow.vue | 1 + 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/bundle_b/pages/community_detail/community_detail.vue b/bundle_b/pages/community_detail/community_detail.vue index 1c97d94..81ade2e 100644 --- a/bundle_b/pages/community_detail/community_detail.vue +++ b/bundle_b/pages/community_detail/community_detail.vue @@ -88,8 +88,11 @@ - - 任务类型:{{communityInfo.clabel}} + + 任务类型:{{communityInfo.clabel}} + + 发布时间:{{ communityInfo.create_time || '2023-05-20 05:13:14' }} + 联系人:{{communityInfo.contact_name}} @@ -100,10 +103,8 @@ 联系时间:{{communityInfo.contact_time}} - - 发布时间:{{ communityInfo.create_time || '2023-05-20 05:13:14' }} - - + + 内容:{{ communityInfo.content }} @@ -567,6 +568,9 @@ line-height: 48rpx; font-size: 28rpx; color: $-color-normal; + border-bottom: 1px dashed #eee; + padding: 10rpx; + margin-top: 10rpx; } // 标签 diff --git a/components/components/follow.vue b/components/components/follow.vue index b9b7dce..970fcc2 100644 --- a/components/components/follow.vue +++ b/components/components/follow.vue @@ -53,6 +53,7 @@ + {{ item.beforeContent }}...