From 379c55655ef027effbc3fa62b2719b0e9158f0c6 Mon Sep 17 00:00:00 2001 From: ZhuDongming <773644075@qq.com> Date: Wed, 04 Sep 2019 11:17:10 +0800 Subject: [PATCH] 按钮文字修改及弹窗内容修改 --- src/main/webapp/view/pollutionsource.jsp | 91 ++++++++++++++++++++++++--------------------- 1 files changed, 48 insertions(+), 43 deletions(-) diff --git a/src/main/webapp/view/pollutionsource.jsp b/src/main/webapp/view/pollutionsource.jsp index a1ac426..e32ce19 100644 --- a/src/main/webapp/view/pollutionsource.jsp +++ b/src/main/webapp/view/pollutionsource.jsp @@ -104,7 +104,7 @@ top: 30px; right: 50px; display: inline-block; - width: 80px; + width: 100px; height: 40px; border-width: 0px; border-radius: 3px; @@ -122,7 +122,7 @@ <body> <div class="main_body"> - <input type="button" id="show" value="������"/> + <input type="button" id="show" value="������������"/> <div id="cpm">������������������</div> <div id="mapCanvas"></div> <!-- ������������ --> <!-- ���sensorInfo,regionCode,regionName,monitorPoint,device--> @@ -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) }); @@ -314,49 +314,54 @@ map.addOverlay(oval); }, 500); - var winfowTextCause = "<p style='height: 44px;line-height: 22px'>���������������������������������������������������������������������������������������������������������������������</p>"; + var winfowTextCause = "<p style='height: 22px;line-height: 22px'>������������������������������������������������������������������</p>"; var winfowTextSource; var supplement; - if (month == 12 || month == 1 || month == 2) { - if (windSpeed >= 3.4) { - supplement = "���������������������������������������������������������������������������"; + if (selectSensorKey == "������") { + winfowTextCause = "<p style='height: 44px;line-height: 22px'>������������������������������������������������������������������������������������������������������������������������������������������������������</p>"; + winfowTextSource = "<p style='height: 22px;line-height: 22px'>Nox������VOCs������������</p>"; + } else { + if (month == 12 || month == 1 || month == 2) { + if (windSpeed >= 3.4) { + supplement = "���������������������������������������������������������������������������"; + } + if (humidity >= 90.0) { + supplement = "������������������������������������������������������������������������"; + } else { + supplement = ""; + } + winfowTextSource = "<p style='height: 22px;line-height: 22px'>���������������������������������������������������������������������������������" + supplement + "</p>"; + } else if (month == 3 || month == 4 || month == 5) { + if (windSpeed >= 3.4) { + supplement = "���������������������������������������������������������������������������"; + } + if (humidity >= 90.0) { + supplement = "������������������������������������������������������������������������"; + } else { + supplement = ""; + } + winfowTextSource = "<p style='height: 22px;line-height: 22px'>���������������������������������������������������������������" + supplement + "</p>"; + } else if (month == 6 || month == 7) { + if (windSpeed >= 3.4) { + supplement = "������������������������������������"; + } + if (humidity >= 90.0) { + supplement = "���������������������������������������������������������������������������"; + } else { + supplement = ""; + } + winfowTextSource = "<p style='height: 22px;line-height: 22px'>���������������������������������������,���������������������" + supplement + "</p>"; + } else if (month == 8 || month == 9 || month == 10 || month == 11) { + if (windSpeed >= 3.4) { + supplement = "������������������������������������������"; + } + if (humidity >= 90.0) { + supplement = "������������������������������������������������������������������������"; + } else { + supplement = ""; + } + winfowTextSource = "<p style='height: 22px;line-height: 22px'>������������������������������������������������������������������������������������������������������" + supplement + "</p>"; } - if (humidity >= 90.0) { - supplement = "������������������������������������������������������������������������"; - } else { - supplement = ""; - } - winfowTextSource = "<p style='height: 22px;line-height: 22px'>���������������������������������������������������������������������������������" + supplement + "</p>"; - } else if (month == 3 || month == 4 || month == 5) { - if (windSpeed >= 3.4) { - supplement = "���������������������������������������������������������������������������"; - } - if (humidity >= 90.0) { - supplement = "������������������������������������������������������������������������"; - } else { - supplement = ""; - } - winfowTextSource = "<p style='height: 22px;line-height: 22px'>���������������������������������������������������������������" + supplement + "</p>"; - } else if (month == 6 || month == 7) { - if (windSpeed >= 3.4) { - supplement = "������������������������������������"; - } - if (humidity >= 90.0) { - supplement = "���������������������������������������������������������������������������"; - } else { - supplement = ""; - } - winfowTextSource = "<p style='height: 22px;line-height: 22px'>���������������������������������������,���������������������" + supplement + "</p>"; - } else if (month == 8 || month == 9 || month == 10 || month == 11) { - if (windSpeed >= 3.4) { - supplement = "������������������������������������������"; - } - if (humidity >= 90.0) { - supplement = "������������������������������������������������������������������������"; - } else { - supplement = ""; - } - winfowTextSource = "<p style='height: 22px;line-height: 22px'>������������������������������������������������������������������������������������������������������" + supplement + "</p>"; } var winfowText = '<div style="height:150px;" >'; -- Gitblit v1.8.0