From 9f1cce696af7a385d7673853f517261da91af111 Mon Sep 17 00:00:00 2001
From: kaiyu <404897439@qq.com>
Date: Mon, 14 Dec 2020 14:54:08 +0800
Subject: [PATCH] 修复离线设备获取AQI的BUG

---
 src/main/webapp/view/purityMap.jsp |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/view/purityMap.jsp b/src/main/webapp/view/purityMap.jsp
index 4276a75..584653e 100644
--- a/src/main/webapp/view/purityMap.jsp
+++ b/src/main/webapp/view/purityMap.jsp
@@ -75,11 +75,6 @@
              // ���������������������������
 
     $("#purify").append("<p style='margin-left: 15px;'>������������" + params["purificationRate"] + "</p>");
-   /* var infoWindow = new BMap.InfoWindow("<p style='font-size:14px;'>" + text + "</p>");
-    mark4.addEventListener("click", function () {
-        this.openInfoWindow(infoWindow);
-    });*/
-
     var device1 = params["device1"];
     if (device1 != null) {
         for (var i = 0; i < device1.length; i++) {

--
Gitblit v1.8.0