Fix:4202 【商城小程序】资讯详情—用户回复其他评论时,应不显示“回复xxx”

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