diff --git a/jianshui-ui/src/views/freedom/login.vue b/jianshui-ui/src/views/freedom/login.vue index d8454b2..1fd66a7 100644 --- a/jianshui-ui/src/views/freedom/login.vue +++ b/jianshui-ui/src/views/freedom/login.vue @@ -196,13 +196,13 @@ submitFormWithMsgCode(){ submitNote(this.ruleForm.traceno,this.ruleForm.nsrsbh,this.ruleForm.smsCode,this.ruleForm.nsrInfo.zjh) .then(res=>{ - if (res.data.code == "S000"){ + if (res.code == "200"){ this.ruleForm.showone = false; this.ruleForm.showtwo = false; this.ruleForm.showthree = true; }else { - alter(res.data.msg) + alter("请求失败请重试") } }); },