@@ -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()
},