张文飞 před 3 roky
rodič
revize
42fa7e289e

+ 1 - 1
pages/homePage/homePage.vue

@@ -281,7 +281,7 @@
 			this.toPage(projectId);
 		},
 		onShow() {
-			
+			this.getSingle();
 		},
 		onPullDownRefresh() {
 			this.getData();

+ 1 - 2
pages/houseDetail/houseDetail.vue

@@ -131,7 +131,7 @@
 			this.projectId = param.projectId;
 		},
 		onShow() {
-			
+			this.detailDatahandle();
 		},
 		components: {
 			backHome
@@ -141,7 +141,6 @@
 			this.color2 = app.globalData.color2;
 			this.color3 = app.globalData.color3;
 			this.color6 = app.globalData.color6;
-			this.detailDatahandle()
 			uni.$on("request", () => {
 				this.detailDatahandle()
 			})