Fix:4725 【旅居商城小程序】互动消息界面,回复内容与被回复内容交换位置
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user