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