From 578e49d67183d8d12a6af7e8244a9d152cb366d4 Mon Sep 17 00:00:00 2001 From: ZhuDongming <773644075@qq.com> Date: Wed, 09 Oct 2019 14:02:21 +0800 Subject: [PATCH] 大屏后台管理代码update --- 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