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