Commit af489764 authored by 吴冠's avatar 吴冠

forgot

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