htc 2 päivää sitten
vanhempi
commit
7ad758bef3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pages/login.vue

+ 1 - 1
pages/login.vue

@@ -85,7 +85,7 @@
 							phoneCode:code
 						},false).then(res=>{
 							if(res.data.code===0){
-								this.loginSuccessFn(res);
+								that.loginSuccessFn(res);
 							}else that.$showToast(res.data.msg)
 						})
 					}