diff --git a/components.d.ts b/components.d.ts index 140e0e2..0590af2 100644 --- a/components.d.ts +++ b/components.d.ts @@ -34,6 +34,7 @@ declare module 'vue' { ARadio: typeof import('ant-design-vue/es')['Radio'] ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup'] ASkeleton: typeof import('ant-design-vue/es')['Skeleton'] + ASpace: typeof import('ant-design-vue/es')['Space'] ASpin: typeof import('ant-design-vue/es')['Spin'] AStep: typeof import('ant-design-vue/es')['Step'] ASteps: typeof import('ant-design-vue/es')['Steps'] diff --git a/src/components/CommentReply/src/CommentInput/CommentInput.vue b/src/components/CommentReply/src/CommentInput/CommentInput.vue index 87f54e7..13a2696 100644 --- a/src/components/CommentReply/src/CommentInput/CommentInput.vue +++ b/src/components/CommentReply/src/CommentInput/CommentInput.vue @@ -182,7 +182,7 @@ async function commentSubmit(point: any) { showSubmitCaptcha.value = false; await getCommentList(); } else { - showSubmitCaptcha.value = false; + await comment.getSlideCaptchaData(); message.error(result.message || t('comment.commentError')); } } diff --git a/src/components/CommentReply/src/CommentList/CommentList.vue b/src/components/CommentReply/src/CommentList/CommentList.vue index e04d090..085be44 100644 --- a/src/components/CommentReply/src/CommentList/CommentList.vue +++ b/src/components/CommentReply/src/CommentList/CommentList.vue @@ -100,7 +100,7 @@ - + {{ t('comment.report') }} @@ -128,10 +128,7 @@ - - - - + @@ -164,7 +161,6 @@ const user = useStore().user; const topicId = ref("123"); -const showMessageReport = ref(false); /** * 获取评论列表 diff --git a/src/components/CommentReply/src/MessageReport/MessageReport.vue b/src/components/CommentReply/src/MessageReport/MessageReport.vue index 2261f0e..1bcbdf9 100644 --- a/src/components/CommentReply/src/MessageReport/MessageReport.vue +++ b/src/components/CommentReply/src/MessageReport/MessageReport.vue @@ -1,101 +1,86 @@ - - - - - - - - - - - - - Option A - Option B - Option C - - More... - - - - - - - - - - - - - Click or drag file to this area to upload - - Support for a single or bulk upload. Strictly prohibit from uploading company data or other - band files - - - + + + + + + + 违反法律法规 + + 违法违规 + 色情 + 低俗 + 赌博诈骗 + 违法信息外链 + + + + 谣言类不实信息 + + 涉政谣言 + 虚假不实信息 + 涉社会事件谣言 + + + + 侵犯个人权益 + + 人身攻击 + 侵犯隐私 + + + + 有害社区环境 + + 垃圾广告 + 引战 + 刷屏 + 作品不相关 + 违规抽奖 + 青少年不良信息 + + + + 其他 + + + 其他 + + + + + + - - 上一步 - 下一步 - - 完成 - + - -
- -
Click or drag file to this area to upload
- Support for a single or bulk upload. Strictly prohibit from uploading company data or other - band files -