1
0
duplikat dari https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-11 12:49:30 +08:00

fix: 修复文章评论回复功能

This commit is contained in:
小莫唐尼
2024-06-27 00:21:26 +08:00
orang tua 4d0901b650
melakukan 77da85f7d4
5 mengubah file dengan 12 tambahan dan 21 penghapusan
@@ -169,7 +169,7 @@ export default {
}
this.$httpApi.v2.addPostComment(commentForm)
.then(res => {
uni.$tm.toast('评论成功!');
uni.$tm.toast('评论成功,可能需要审核');
// 更新评论者信息
this.handleSetVisitor();
this.handleClose(true)
@@ -196,7 +196,7 @@ export default {
}
this.$httpApi.v2.addPostCommentReply(this.form.postName, replyForm)
.then(res => {
uni.$tm.toast('回复成功!');
uni.$tm.toast('回复成功,可能需要审核');
// 更新评论者信息
this.handleSetVisitor();
this.handleClose(true)