|
@ -50,12 +50,14 @@ |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="createBy"> |
|
|
<view class="createBy"> |
|
|
<view class=""> |
|
|
|
|
|
|
|
|
<view style="color: #00f;"> |
|
|
{{ item.details.isUser ? '本人发布' : '经纪人发布' }} |
|
|
{{ item.details.isUser ? '本人发布' : '经纪人发布' }} |
|
|
</view> |
|
|
</view> |
|
|
<view class=""> |
|
|
<view class=""> |
|
|
发布人:{{ item.details.userId }} |
|
|
发布人:{{ item.details.userId }} |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="createBy"> |
|
|
<view class=""> |
|
|
<view class=""> |
|
|
发布时间:{{ $dayjs(item.details.createTime).format('YYYY-MM-DD') }} |
|
|
发布时间:{{ $dayjs(item.details.createTime).format('YYYY-MM-DD') }} |
|
|
</view> |
|
|
</view> |
|
|