浏览代码

信息港

RongCheng
庞东旭 2 年前
父节点
当前提交
36a9e12d9d
共有 3 个文件被更改,包括 12 次插入0 次删除
  1. +4
    -0
      infoport/static/js/project/homestead.js
  2. +4
    -0
      infoport/static/js/project/property.js
  3. +4
    -0
      infoport/static/js/project/resource.js

+ 4
- 0
infoport/static/js/project/homestead.js 查看文件

@@ -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;

+ 4
- 0
infoport/static/js/project/property.js 查看文件

@@ -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;

+ 4
- 0
infoport/static/js/project/resource.js 查看文件

@@ -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;

正在加载...
取消
保存