Fix:4732 【旅居商城小程序】用户评论供应商、特色店铺的资讯,店主收到的用户评论内容会显示null

This commit is contained in:
linxi
2025-12-22 15:22:21 +08:00
parent 93c59abe13
commit 84b8b21799
+2 -2
View File
@@ -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>