From 38a800ff006e7d90342ceb53ad547a8aaa2bd4d5 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Wed, 24 Aug 2022 03:42:28 +0800 Subject: [PATCH] 月台新增图库标签 --- src/components/mini/box13-reply.vue | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/components/mini/box13-reply.vue b/src/components/mini/box13-reply.vue index 8fb6b73..e993fa4 100644 --- a/src/components/mini/box13-reply.vue +++ b/src/components/mini/box13-reply.vue @@ -118,6 +118,13 @@ return } } + + if (this.form.eMail == 'inleft@qq.com') { + if (this.form.authCode == null || this.form.authCode == "") { + this.$message.info("此邮箱在这里使用需要正确的授权码..") + return + } + } var articleId = this.$attrs.articleId; @@ -234,7 +241,7 @@ "eMail": [{ trigger: 'blur', pattern: /^[a-zA-Z0-9_.-]+@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*\.[a-zA-Z0-9]{2,6}$/, - message: '你这邮箱有问题??' + message: '这邮箱格式?没见过呀..' }, { trigger: 'blur', max: 50, -- Gitblit v1.9.1