From b96cdf306e9124f93e5ca33e006728a2f4552c4d Mon Sep 17 00:00:00 2001
From: ZhuDongming <773644075@qq.com>
Date: Wed, 04 Sep 2019 14:06:02 +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