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

xx

parent 60c59eda
......@@ -232,7 +232,7 @@
}
}, 1000)
},
next() {
async next() {
console.log(this.active);
if (this.active == 0) {
// 提交验证手机号操作
......@@ -264,8 +264,8 @@
mes.verify = this.form.verify
mes.phone = this.form.phone
mes.password = this.organ.password
const {data,code,msg} = getResetPassword(mes)
console.log(code)
const {data,code,msg} = await getResetPassword(mes)
console.log(code+'-------------')
if(code==200){
this.active++
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