소스 검색

兼容ios

张文飞 3 년 전
부모
커밋
04cf8838d9
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      pages/homePage/homePage.vue

+ 2 - 1
pages/homePage/homePage.vue

@@ -281,7 +281,7 @@
 			this.toPage(projectId);
 		},
 		onLoad() {
-			this.getSingle();
+			
 		},
 		onPullDownRefresh() {
 			this.getData();
@@ -314,6 +314,7 @@
 				this.getUserInfo();
 				this.getHomePage();
 				this.getRegistTask();  
+				this.getSingle();
 			},
 			chooiceType(e){
 				this.city = e.city==''?"城市":(e.city).split('市')[0];