Fix:3928 【商城小程序】资讯—用户@楼主评论完成后输入框仍默认显示@楼主功能

This commit is contained in:
linxi
2025-06-30 15:35:50 +08:00
parent 2c19636b81
commit 19d247c41c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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++
}) })
}, },
+1 -1
View File
@@ -181,7 +181,7 @@ export default {
} }
replyMessage(params).then(res => { replyMessage(params).then(res => {
this.fetchList() // 查询消息列表 this.fetchList() // 查询消息列表
uni.hideLoading uni.hideLoading()
}) })
}, },