|
|
|
@ -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> |
|
|
|
|