updated

This commit is contained in:
landaiqing
2024-11-03 17:21:36 +08:00
parent a451267e33
commit c725936f39
18 changed files with 267 additions and 121 deletions

View File

@@ -166,7 +166,6 @@ const replyReplySubmitThrottled = useThrottleFn(replyReplySubmit, 1000);
*/
async function replyReplySubmit(point: any) {
if (replyReplyContent.value.trim() === "") {
message.error(t('comment.commentContentNotEmpty'));
return;
}
if (comment.imageList.length > 3) {