庞东旭 пре 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')
initMap(module.data.treeselectA);
// 添加资源图层
addHomesteadLayer(module.data.propertyList);
}

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

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')
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;

+ 4
- 0
infoport/static/js/project/resource.js Прегледај датотеку

@@ -347,6 +347,8 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
})
$("#container").css('height','59vh')
initMap(module.data.treeselectA);
// 添加资源图层
addResourceLayer(module.data.propertyList);
}

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

return module;

Loading…
Откажи
Сачувај