From 4ce5bc99bbdf06b778edc4e0a23c00326ed62054 Mon Sep 17 00:00:00 2001 From: 于紫祥_1901 <email@yuzixiang_1910> Date: Tue, 23 Jun 2020 09:56:39 +0800 Subject: [PATCH] 净化率,收集率,无组织排放 --- 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