|
|
@@ -352,6 +352,8 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function |
|
|
|
}) |
|
|
|
$("#container").css('height','59vh') |
|
|
|
initMap(module.data.treeselectA); |
|
|
|
// 添加资产图层 |
|
|
|
addPermanentLayer(module.data.propertyList); |
|
|
|
} |
|
|
|
|
|
|
|
closeBig = function (pageNum) { |
|
|
@@ -367,6 +369,8 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function |
|
|
|
}) |
|
|
|
$("#container").css('height','16vh') |
|
|
|
initMap(module.data.treeselectA); |
|
|
|
// 添加资产图层 |
|
|
|
addPermanentLayer(module.data.propertyList); |
|
|
|
} |
|
|
|
|
|
|
|
return module; |