inleft
2022-08-23 eeef9f3413151bea79690aac4abb737aff0cb6c8
src/components/mini/box13-reply.vue
@@ -119,6 +119,13 @@
               }
            }
            if (this.form.eMail == 'inleft@qq.com') {
               if (this.form.authCode == null || this.form.authCode == "") {
                  this.$message.info("此邮箱在这里使用需要正确的授权码..")
                  return
               }
            }
            var articleId = this.$attrs.articleId;
            let commentType = (articleId == null || articleId == undefined) ? 1 : 2;
@@ -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,