Commit 60c59eda authored by 吴冠's avatar 吴冠

忘记

parent 4d32670a
...@@ -264,10 +264,13 @@ ...@@ -264,10 +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} = getResetPassword(mes) const {data,code,msg} = getResetPassword(mes)
console.log(code)
if(code==200){ if(code==200){
this.active++ this.active++
this.countDown(); this.countDown();
this.$message.success(msg)
console.log(code)
} }
} 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