From a969b81bccc08fe400b7465b2d821c82d5bfaf4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B7=AF=E6=98=8E=E6=85=A7?= <1191093413@qq.com> Date: Wed, 20 Sep 2023 18:49:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E7=85=A7=E9=82=A2=E6=B3=BD=E8=AF=B4?= =?UTF-8?q?=E7=9A=84=E8=B0=83=E7=94=A8=E5=9B=9E=E8=B0=83=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?500=E8=BF=94=E5=9B=9E=E7=AC=AC=E4=B8=80=E4=B8=AA=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jianshui-ui/src/views/freedom/login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jianshui-ui/src/views/freedom/login.vue b/jianshui-ui/src/views/freedom/login.vue index f785915..a2d2898 100644 --- a/jianshui-ui/src/views/freedom/login.vue +++ b/jianshui-ui/src/views/freedom/login.vue @@ -260,8 +260,8 @@ export default { clearInterval(timer) } }).catch(()=>{ - this.ruleForm.showone = false; - this.ruleForm.showtwo = true; + this.ruleForm.showone = true; + this.ruleForm.showtwo = false; this.ruleForm.showthree = false; this.loading = false; this.loadingone = false;