Commit 58970361 authored by verestrasz's avatar verestrasz

update

parent c86b02a6
...@@ -212,11 +212,13 @@ export default { ...@@ -212,11 +212,13 @@ export default {
apiName: 'checkAccount', apiName: 'checkAccount',
postData:this.phone, postData:this.phone,
success: (res)=> { success: (res)=> {
console.log(res)
if(res) { if(res) {
this.modalShow = "registered"; this.modalShow = "registered";
this.step = 2; this.step = 2;
setTimeout(() => {
this.$router.push({ name: 'login' })
}, 1000);
return; return;
} }
this.sendSmsCode() this.sendSmsCode()
......
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