|
|
|
@ -48,7 +48,7 @@ |
|
|
|
<view class="lf-flex"> |
|
|
|
<view @click="$url('/pages/user/my/my?user_id='+commentitem.user_id)"> |
|
|
|
<image class="comment-img" :src="commentitem.user.avatar" v-if="commentitem.user.avatar" mode="aspectFill"></image> |
|
|
|
<image class="comment-img" src="../../static/images/empty.png" v-else mode="aspectFill"></image> |
|
|
|
<image class="comment-img" src="/static/images/empty.png" v-else mode="aspectFill"></image> |
|
|
|
</view> |
|
|
|
<view class="lf-flex-column lf-m-l-20"> |
|
|
|
<view class="lf-color-999 lf-font-24" v-if="commentitem.user.nick_name">{{commentitem.user.nick_name}}</view> |
|
|
|
@ -71,7 +71,7 @@ |
|
|
|
<view class="lf-flex lf-m-t-30"> |
|
|
|
<view @click="$url('/pages/user/my/my?user_id='+subitem.user_id)"> |
|
|
|
<image class="comment-img" :src="subitem.user.avatar" v-if="subitem.user.avatar" mode="aspectFill"></image> |
|
|
|
<image class="comment-img" src="../../static/images/empty.png" v-else mode="aspectFill"></image> |
|
|
|
<image class="comment-img" src="/static/images/empty.png" v-else mode="aspectFill"></image> |
|
|
|
</view> |
|
|
|
<view class="lf-flex-column lf-m-l-20"> |
|
|
|
<view class="lf-flex"> |
|
|
|
|