htc 2 일 전
부모
커밋
7ad758bef3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)
 						})
 					}