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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user