daa7fe4f by 杨威

楼盘表判断有且仅有独立层户时zdyWidth的宽度

1 parent 07514623
......@@ -241,7 +241,12 @@ export default {
highest = 0;
}
} else {
// this.zdyWidth = 124;
//有且仅有独立层户
if(this.$refs.hBsm != undefined){
this.$refs.hBsm.forEach((item) => {
this.zdyWidth += item.offsetWidth + 21;
});
}
}
//计算逻辑幢下的幢单元和层户的高度
......