瀏覽代碼

兼容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];