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;