add comment report

This commit is contained in:
landaiqing
2024-11-03 22:49:45 +08:00
parent c725936f39
commit fca5879dc0
11 changed files with 131 additions and 119 deletions

View File

@@ -200,7 +200,7 @@ async function replyReplySubmit(point: any) {
comment.commentMap[props.item.id].reply_count++;
message.success(t('comment.replySuccess'));
} else {
showSubmitCaptcha.value = false;
await comment.getSlideCaptchaData();
message.error(t('comment.replyError'));
}
}