Fly 4 ヶ月 前
コミット
b1d7ce539c
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  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()
 			},