diff --git a/jianshui-ui/src/views/freedom/login.vue b/jianshui-ui/src/views/freedom/login.vue index 14f677c..e35a404 100644 --- a/jianshui-ui/src/views/freedom/login.vue +++ b/jianshui-ui/src/views/freedom/login.vue @@ -48,7 +48,7 @@ - + @@ -94,14 +94,14 @@ - + 授权成功,任务可能需要5-10分钟,请耐心等待... - 重新授权 + 重新授权 @@ -121,8 +121,8 @@ export default { return { ruleForm: { smsCode : "", - showone : false, - showtwo : true, + showone : true, + showtwo : false, showthree : false, nsrsbh: '', nsrdq: '', @@ -224,18 +224,12 @@ export default { // 这里ajax 请求的代码片段和判断是否停止定时器 submitNoteResult(this.ruleForm.traceno,this.ruleForm.nsrsbh,this.ruleForm.smsCode,this.ruleForm.nsrInfo.zjh) .then(res=>{ - if (res.msg == "10011"){ + if (res.msg == "10012"){ this.ruleForm.showone = false; this.ruleForm.showtwo = false; this.ruleForm.showthree = true; this.loading = false; clearInterval(timer) - }else if(res.msg == "10012"){ - this.ruleForm.showone = false; - this.ruleForm.showtwo = true; - this.ruleForm.showthree = false; - this.loading = false; - clearInterval(timer) } }).catch(()=>{ this.ruleForm.showone = false;
授权成功,任务可能需要5-10分钟,请耐心等待...