From 83d2044b6b47d26ff77ec25de8d6787ceaf83e3a Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期三, 31 三月 2021 17:00:39 +0800
Subject: [PATCH] 1

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