htc hace 2 días
padre
commit
7ad758bef3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
 						})
 					}