From 13504bd0e52f3496756544d9cf4bc3fe52d6bb5b Mon Sep 17 00:00:00 2001
From: ZhuDongming <773644075@qq.com>
Date: Wed, 04 Sep 2019 08:18:46 +0800
Subject: [PATCH] update

---
 src/main/webapp/view/pollutionsource.jsp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/view/pollutionsource.jsp b/src/main/webapp/view/pollutionsource.jsp
index 6671e9b..a1ac426 100644
--- a/src/main/webapp/view/pollutionsource.jsp
+++ b/src/main/webapp/view/pollutionsource.jsp
@@ -201,7 +201,7 @@
                 var windDir = parseFloat(getPollutionSourceData["e23"]);
                 var selectSensorKey = getPollutionSourceData["selectSensorKey"];
                 var markerDir = new BMap.Marker(dirPoint);
-                lab = new BMap.Label("���������������������������</br>" + selectSensorKey + "������������", {
+                lab = new BMap.Label("���������������������������</br>" + selectSensorKey + "������", {
                     position: dirPoint,
                     offset: new BMap.Size(20, -40)
                 });

--
Gitblit v1.8.0