Fix(评论):[#4048]应该显示被回复at的用户昵称
This commit is contained in:
@@ -314,6 +314,7 @@ export default {
|
||||
atUid: this.currentComment.uid || null
|
||||
}
|
||||
addComment(params).then((res) => {
|
||||
uni.hideLoading()
|
||||
this.init()
|
||||
this.reply = ''
|
||||
this.currentComment = {}
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
{{ comment.parentReply }}
|
||||
</view>
|
||||
<view class="v12-font-28 v12-dark2-text" @click="toInfo(comment)">
|
||||
<text class="v12-dark1-text">{{ "@" + comment.senderUserNickname }}</text>
|
||||
<text class="v12-dark1-text">{{ "@" + comment.replyAt.atNickName }}</text>
|
||||
{{ ' ' + comment.reply }}
|
||||
</view>
|
||||
<view class="v12-mt-3">
|
||||
|
||||
Reference in New Issue
Block a user