From 9f79dd626f3a5096acedcae8d7a919c8910ac240 Mon Sep 17 00:00:00 2001
From: lizijie <lzjiiie@163.com>
Date: Mon, 14 Oct 2019 10:08:16 +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