Fix:4725 【旅居商城小程序】互动消息界面,回复内容与被回复内容交换位置

This commit is contained in:
LinCyJang
2025-12-16 19:52:09 +08:00
parent 5ec97e99b8
commit d2e48bc16f
+6 -5
View File
@@ -34,20 +34,21 @@
<view class="user-name v12-ml-3" >
<view
v-if="!comment.isRootReply"
class="v12-font-30 v12-font-bold v12-my-2 v12-dark-text"
class="v12-font-30 v12-my-2 v12-dark-text"
@click="toInfo(comment)"
>
<!-- {{ comment.parentReply }} -->
<!-- <text class="v12-dark1-text">{{ "@" + comment.senderUserNickname }}</text> -->
{{ comment.parentReply }}
</view>
<view class="v12-font-28 v12-dark2-text" @click="toInfo(comment)">
<text
<text
v-if="comment.replyAt"
class="v12-dark1-text"
>{{ "@" + comment.replyAt.atNickName + ' ' }}</text>
{{ comment.reply }}
</view>
<view class="v12-font-28 v12-dark2-text" @click="toInfo(comment)">
{{ comment.parentReply }}
</view>
<view class="v12-mt-3">
<u-button
size="normal"