Commit 6cd0692d authored by 吴冠's avatar 吴冠

xx

parent 60c59eda
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
} }
}, 1000) }, 1000)
}, },
next() { async next() {
console.log(this.active); console.log(this.active);
if (this.active == 0) { if (this.active == 0) {
// 提交验证手机号操作 // 提交验证手机号操作
...@@ -264,8 +264,8 @@ ...@@ -264,8 +264,8 @@
mes.verify = this.form.verify mes.verify = this.form.verify
mes.phone = this.form.phone mes.phone = this.form.phone
mes.password = this.organ.password mes.password = this.organ.password
const {data,code,msg} = getResetPassword(mes) const {data,code,msg} = await getResetPassword(mes)
console.log(code) console.log(code+'-------------')
if(code==200){ if(code==200){
this.active++ this.active++
this.countDown(); this.countDown();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment