Fix:4725 【旅居商城小程序】互动消息界面,回复内容与被回复内容交换位置
This commit is contained in:
@@ -34,20 +34,21 @@
|
|||||||
<view class="user-name v12-ml-3" >
|
<view class="user-name v12-ml-3" >
|
||||||
<view
|
<view
|
||||||
v-if="!comment.isRootReply"
|
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)"
|
@click="toInfo(comment)"
|
||||||
>
|
>
|
||||||
<!-- {{ comment.parentReply }} -->
|
<!-- {{ comment.parentReply }} -->
|
||||||
<!-- <text class="v12-dark1-text">{{ "@" + comment.senderUserNickname }}</text> -->
|
<!-- <text class="v12-dark1-text">{{ "@" + comment.senderUserNickname }}</text> -->
|
||||||
{{ comment.parentReply }}
|
<text
|
||||||
</view>
|
|
||||||
<view class="v12-font-28 v12-dark2-text" @click="toInfo(comment)">
|
|
||||||
<text
|
|
||||||
v-if="comment.replyAt"
|
v-if="comment.replyAt"
|
||||||
class="v12-dark1-text"
|
class="v12-dark1-text"
|
||||||
>{{ "@" + comment.replyAt.atNickName + ' ' }}</text>
|
>{{ "@" + comment.replyAt.atNickName + ' ' }}</text>
|
||||||
{{ comment.reply }}
|
{{ comment.reply }}
|
||||||
</view>
|
</view>
|
||||||
|
<view class="v12-font-28 v12-dark2-text" @click="toInfo(comment)">
|
||||||
|
{{ comment.parentReply }}
|
||||||
|
|
||||||
|
</view>
|
||||||
<view class="v12-mt-3">
|
<view class="v12-mt-3">
|
||||||
<u-button
|
<u-button
|
||||||
size="normal"
|
size="normal"
|
||||||
|
|||||||
Reference in New Issue
Block a user