From 032c41299701ee41f1093267225cf0992227e99a Mon Sep 17 00:00:00 2001 From: lizijie <lzjiiie@163.com> Date: Thu, 12 Sep 2019 16:37:34 +0800 Subject: [PATCH] 预测接口温度判断 --- src/main/webapp/view/pollutionsource.jsp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/view/pollutionsource.jsp b/src/main/webapp/view/pollutionsource.jsp index e32ce19..c40246d 100644 --- a/src/main/webapp/view/pollutionsource.jsp +++ b/src/main/webapp/view/pollutionsource.jsp @@ -318,8 +318,8 @@ var winfowTextSource; var supplement; if (selectSensorKey == "������") { - winfowTextCause = "<p style='height: 44px;line-height: 22px'>������������������������������������������������������������������������������������������������������������������������������������������������������</p>"; - winfowTextSource = "<p style='height: 22px;line-height: 22px'>Nox������VOCs������������</p>"; + 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) { -- Gitblit v1.8.0