派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-03-31 8c19f6624bb0edcf4c27a2f199587745a0120b24
Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop
1个文件已修改
2 ■■■ 已修改文件
src/components/LayerController/service/BusiLayerService.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/LayerController/service/BusiLayerService.js
@@ -21,7 +21,7 @@
      var busiLayer = new BusiLayer()
      busiLayer.init(layer, this.L)
      if (busiLayer.bindTooltip) {
        layer.bindTooltip(busiLayer.bindTooltip(layer))
        layer.bindTooltip(busiLayer.bindTooltip)
      }
      // 调用click事件
      if (busiLayer.clickListener) {