From 2d14d6dbd51f257ca5bfb6e6b29d0daeac7fec4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B6=E5=A3=AB=E6=B6=B5?= <630892807@qq.com> Date: Wed, 27 May 2020 22:46:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=91=E9=80=81=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E8=A1=A8=E5=8D=95=E4=B8=8D=E8=B5=B7=E4=BD=9C=E7=94=A8?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/html/write.html | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/static/html/write.html b/static/html/write.html index 09aebc5..9a0f598 100644 --- a/static/html/write.html +++ b/static/html/write.html @@ -15,22 +15,22 @@ - - - + + + - - + + - - + + - - + + - 立即发送 - 取消 + 立即发送 + 取消 @@ -49,7 +49,7 @@ folders:[], fid:"", mailTotal:0, - form: { + ruleForm: { smtp: '', email: '', subject: '', @@ -91,6 +91,7 @@ submitForm(formName){ let _this=this; this.$refs[formName].validate((valid) => { + console.log(valid,formName,this.$refs[formName]); if (valid) { } else { return false;