From ca41741e6e1b7f1c30d88dc9a084fe8a323ecaf7 Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Tue, 15 Aug 2023 18:28:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=8E=88=E6=9D=83?= 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 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("请求失败请重试") } }); },