Commit 58970361 authored by verestrasz's avatar verestrasz

update

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