Fix:4732 【旅居商城小程序】用户评论供应商、特色店铺的资讯,店主收到的用户评论内容会显示null
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
</view>
|
||||
<view class="user-name v12-ml-3" >
|
||||
<view
|
||||
v-if="!comment.isRootReply"
|
||||
|
||||
class="v12-font-30 v12-my-2 v12-dark-text"
|
||||
@click="toInfo(comment)"
|
||||
>
|
||||
@@ -45,7 +45,7 @@
|
||||
>{{ "@" + comment.replyAt.atNickName + ' ' }}</text>
|
||||
{{ comment.reply }}
|
||||
</view>
|
||||
<view class="v12-font-28 v12-dark2-text" @click="toInfo(comment)">
|
||||
<view v-if="!comment.isRootReply" class="v12-font-28 v12-dark2-text" @click="toInfo(comment)">
|
||||
{{ comment.parentReply }}
|
||||
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user