Browse Source

发现评论

master
Enzo 4 years ago
parent
commit
fc4c2c9501
  1. 12
      pages/discover/discoverdetails.vue

12
pages/discover/discoverdetails.vue

@ -69,10 +69,14 @@
<image class="comment-img" :src="commentitem.user.avatar" mode="aspectFill"></image>
</view>
<view class="lf-flex-column lf-m-l-20">
<view class="lf-color-999 lf-font-24">{{commentitem.user.nick_name}}</view>
<view class="lf-row-center" style="max-width: 446rpx;">
<text class="lf-color-333 lf-m-r-10">回复</text>
<text class="lf-font-24 lf-color-999">{{commentitem.to_user.nick_name}}:</text>
<view class="lf-flex">
<view class="lf-color-999 lf-font-24 lf-m-r-10">{{commentitem.user.nick_name}}</view>
<view class="lf-row-center" style="max-width: 446rpx;">
<text class="lf-color-333 lf-m-r-10">回复</text>
<text class="lf-font-24 lf-color-999">{{commentitem.to_user.nick_name}}:</text>
</view>
</view>
<view>
<text class="lf-font-26 lf-color-black lf-m-l-10">{{commentitem.content}}</text>
<text class="lf-color-999 lf-font-24 lf-m-l-10">{{commentitem.created_at}}</text>
</view>

Loading…
Cancel
Save