소스 검색

信息港

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;

불러오는 중...
취소
저장