Commit af489764 authored by 吴冠's avatar 吴冠

forgot

parent 6cd0692d
......@@ -232,7 +232,7 @@
}
}, 1000)
},
async next() {
next() {
console.log(this.active);
if (this.active == 0) {
// 提交验证手机号操作
......@@ -264,13 +264,13 @@
mes.verify = this.form.verify
mes.phone = this.form.phone
mes.password = this.organ.password
const {data,code,msg} = await getResetPassword(mes)
console.log(code+'-------------')
const {data,code,msg} = getResetPassword(mes)
console.log(code+'-------------'+'111111111')
if(code==200){
this.active++
this.countDown();
this.$message.success(msg)
console.log(code)
console.log(code+'22222222222')
}
} else {
this.$message.error('有未填写的选项或者错误选项');
......
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