Browse Source

修改产品详情

master
@AliceXiaoZhan 3 years ago
parent
commit
46a7ac2963
  1. 14
      bundle_b/pages/community_detail/community_detail.vue
  2. 1
      components/components/follow.vue

14
bundle_b/pages/community_detail/community_detail.vue

@ -88,8 +88,11 @@
<!-- 内容文字 -->
<view class="content">
<view class="text" >
<view class="text" style='display:flex;justify-content: space-between;' >
<text>任务类型{{communityInfo.clabel}}</text>
<view class="xs muted">
发布时间{{ communityInfo.create_time || '2023-05-20 05:13:14' }}
</view>
</view>
<view class="text" >
<text>联系人{{communityInfo.contact_name}} </text>
@ -100,10 +103,8 @@
<view class="text" >
<text>联系时间{{communityInfo.contact_time}} </text>
</view>
<view class="xs muted" style="margin-top: 12rpx;">
发布时间{{ communityInfo.create_time || '2023-05-20 05:13:14' }}
</view>
<view class="text" style="margin-top: 12rpx;">
<view class="text" style="margin-top: 12rpx; background: #f2f2f2;border-bottom: 0;margin-top: 0;padding: 30rpx 20rpx;">
内容{{ communityInfo.content }}
</view>
<view class="tags" v-if="communityInfo.topic">
@ -567,6 +568,9 @@
line-height: 48rpx;
font-size: 28rpx;
color: $-color-normal;
border-bottom: 1px dashed #eee;
padding: 10rpx;
margin-top: 10rpx;
}
//

1
components/components/follow.vue

@ -53,6 +53,7 @@
</view>
<!-- 内容文字 -->
<view class="content ">
<view class="text" v-if="item.show">
{{ item.beforeContent }}...

Loading…
Cancel
Save