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