From 8f560e479082084987d3d7521a7f42df7da72eba Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期三, 31 三月 2021 18:01:15 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/components/LayerController/logic/Company.js | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/components/LayerController/logic/Company.js b/src/components/LayerController/logic/Company.js index f4ff3f0..7ccce20 100644 --- a/src/components/LayerController/logic/Company.js +++ b/src/components/LayerController/logic/Company.js @@ -22,6 +22,7 @@ console.log(res) const data = res.Result.DataInfo || {} for (let i = 0; i < data.length; i++) { + console.log(data[i]) // 缁忕含搴� 浣嶇疆 const positionX = data[i].Latitude const positionY = data[i].Longitude @@ -44,16 +45,9 @@ return '浼佷笟' } - this.clickListener = (layer) => { - /* this.animalService.pulseEffect(e.latlng) + this.clickListener = (e) => { + this.animalService.pulseEffect(e.latlng) console.log(e) return this.PublicBounced.$el - */ - console.log(layer) } - - // 鍥哄簾鐐瑰嚮杩涜鐨� 鍐呭鐨勮缃� - // SetSolidWasteContent (config, containerPopup) { - // this.SolidWastePopup = containerPopup - // } } -- Gitblit v1.8.0