Fly il y a 4 mois
Parent
commit
b1d7ce539c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      pages/map/model/siteDetails.vue

+ 2 - 2
pages/map/model/siteDetails.vue

@@ -160,8 +160,8 @@
 			openDetails(res) {
 				console.log('openDetails = ' , res)
 				this.info = res;
-				// this.serveH = 0;
-				// this.contentH = 0;
+				this.serveH = 0;
+				this.contentH = 0;
 				this.$refs.siteDetailsPopupRef.open()
 				this.calculateHeight()
 			},