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