Browse Source

auto commit

gcz 4 years ago
parent
commit
901b26203e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/login/loginType.vue

+ 1 - 1
pages/login/loginType.vue

@@ -90,7 +90,7 @@
 							        // console.log('userInfo',res.data);
 									if(res.data.phone){
 										serf.havePhone = true;
-										this.loginSuccess();										
+										serf.loginSuccess();										
 									}else{
 										return;
 									}