ZhuDongming
2019-09-02 04dc60723434d7e7b1ea5052e971c900b77d1cfc
src/main/webapp/view/pollutionsource.jsp
@@ -170,6 +170,8 @@
        }
        if (condition.indexOf("雨") != -1) {
            supplement = ",但降雨有利于对颗粒物的沉降、冲刷,改善污染状况";
        }else{
            supplement ="";
        }
        winfowTextSource = "<p style='height: 22px;line-height: 22px'>压强升高气温降低,会因冷空气带来的颗粒物,导致污染上升" + supplement + "</p>";
    } else if (month == 3 || month == 4 || month == 5) {
@@ -178,6 +180,8 @@
        }
        if (condition.indexOf("雨") != -1) {
            supplement = ",但降雨有利于对颗粒物的沉降、冲刷,改善污染状况";
        }else{
            supplement ="";
        }
        winfowTextSource = "<p style='height: 22px;line-height: 22px'>地面逆温频率的增加使污染物在近地层不断积累" + supplement + "</p>";
    } else if (month == 6 || month == 7) {
@@ -186,6 +190,8 @@
        }
        if (condition.indexOf("雨") != -1) {
            supplement = ",同时降雨有利于对颗粒物的沉降、冲刷,改善污染状况";
        }else{
            supplement ="";
        }
        winfowTextSource = "<p style='height: 22px;line-height: 22px'>夏季的气温条件不易发生逆温,利于污染物扩散" + supplement + "</p>";
    } else if (month == 8 || month == 9 || month == 10 || month == 11) {
@@ -194,6 +200,8 @@
        }
        if (condition.indexOf("雨") != -1) {
            supplement = ",但降雨有利于对颗粒物的沉降、冲刷,改善污染状况";
        }else{
            supplement ="";
        }
        winfowTextSource = "<p style='height: 22px;line-height: 22px'>大气扩散条件不好使污染物聚集,增大了气态污染物向二次颗粒物转化的机会" + supplement + "</p>";
    }