Sfoglia il codice sorgente

信息港

RongCheng
庞东旭 2 anni fa
parent
commit
36a9e12d9d
3 ha cambiato i file con 12 aggiunte e 0 eliminazioni
  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 Vedi File

@@ -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 Vedi File

@@ -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 Vedi File

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

Caricamento…
Annulla
Salva