Fix:3946 【商城小程序】评论回复楼主时,应不显示回复楼主

This commit is contained in:
linxi
2025-06-30 16:22:22 +08:00
parent dc5a7deefb
commit 3a0809dd22
+1 -1
View File
@@ -128,7 +128,7 @@
</view>
<view class="v12-font-22 v12-secondary-dark-text v12-mt-1">
<text>{{ formatterTime(_comment.createTime) }}</text>
<text v-if="_comment.at">
<text v-if="_comment.at && _comment.parentReplyId !== comment.id">
{{ ' 回复 ' + _comment.at.atNickName }}
</text>
</view>