Fix:3928 【商城小程序】资讯—用户@楼主评论完成后输入框仍默认显示@楼主功能
This commit is contained in:
@@ -309,6 +309,7 @@ export default {
|
||||
uni.hideLoading();
|
||||
this.getComment()
|
||||
this.reply = ''
|
||||
this.currentComment = {}
|
||||
this.item.replyCount === null ? this.item.replyCount = 1 : this.item.replyCount++
|
||||
})
|
||||
},
|
||||
|
||||
@@ -181,7 +181,7 @@ export default {
|
||||
}
|
||||
replyMessage(params).then(res => {
|
||||
this.fetchList() // 查询消息列表
|
||||
uni.hideLoading
|
||||
uni.hideLoading()
|
||||
})
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user