From c8a85fd0941b567b1bc1808a7b5de129bcb734b6 Mon Sep 17 00:00:00 2001
From: seatonwan9 <seatonwan9@163.com>
Date: 星期五, 21 五月 2021 14:30:35 +0800
Subject: [PATCH] 环境风险统计图显示

---
 src/components/LayerController/logic/WasteGas.js |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/components/LayerController/logic/WasteGas.js b/src/components/LayerController/logic/WasteGas.js
index 4b3a86b..17706bc 100644
--- a/src/components/LayerController/logic/WasteGas.js
+++ b/src/components/LayerController/logic/WasteGas.js
@@ -21,7 +21,10 @@
    */
   this.init = async (layer, L) => {
     // console.log(WasteGasChats)
-    this.animalService = new AnimalService({ L: L, layer: layer })
+    this.animalService = new AnimalService({
+      L: L,
+      layer: layer
+    })
     const res = await mapApi.getWasteGas()
     // console.log(res)
     const data = res.Result.DataInfo || {}
@@ -53,7 +56,7 @@
   }
 
   this.bindTooltip = (layer) => {
-    return layer.options.test.Name
+    return '<div class="company-bindTooltip-hover"><h3>澶╂触鐭冲寲</h3></div>' + layer.options.test.Name
   }
 
   this.clickListener = async (e) => {
@@ -69,7 +72,7 @@
           storagePlaceId: res
         }
       },
-      title: title // 鏍囬
+      title: '澶╂触鐭冲寲' + title // 鏍囬
     })
     this.animalService.setPanTo(e.latlng, 150)
   }

--
Gitblit v1.8.0