소스 검색

index bug ok

zizhong.wang 2 년 전
부모
커밋
c3d3918374
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pages/index/index.vue

+ 1 - 0
pages/index/index.vue

@@ -160,6 +160,7 @@ export default {
 	this.reset();
 	
 	let that = this;
+	that.getUserInfo();
 	setTimeout(function() {
 		 that.getUserInfo();
 	}, 100);