Fix:4203 【商城小程序】资讯详情—用户评论楼主时,应不显示@xxx

This commit is contained in:
linxi
2025-09-11 10:28:58 +08:00
parent 3a6fa798b8
commit 02a6351f55
+1 -1
View File
@@ -142,7 +142,7 @@
</view>
<view class="user-name v12-ml-3">
<view class="v12-font-28 v12-dark-text">
<text class="v12-dark1-text">{{ "@" +_comment.at.atNickName }}</text>
<text class="v12-dark1-text" v-if="_comment.at && _comment.parentReplyId !== comment.id">{{ "@" +_comment.at.atNickName }}</text>
{{ ' ' + _comment.reply }}
</view>
</view>