Fix(评论):[#4018]错误提示未显示

This commit is contained in:
lifizer
2025-07-17 17:18:41 +08:00
parent 443b929d84
commit a98d504ee9
3 changed files with 23 additions and 29 deletions
+1 -2
View File
@@ -252,9 +252,8 @@ export default {
parentReplyId: this.currentComment.parentReplyId
}
replyMessage(params).then(res => {
this.fetchList()
}).finally(() => {
uni.hideLoading()
this.fetchList()
})
},
/**