|
@@ -102,6 +102,10 @@ function init() {
|
|
|
if (receiveStatic.infoTypeStatic[i].infoType == 4) {
|
|
|
receiveStatic.infoTypeStatic[i].img = "/static/images/common/alarmMessage.png";
|
|
|
}
|
|
|
+ if (receiveStatic.infoTypeStatic[i].infoType == 5) {
|
|
|
+ receiveStatic.infoTypeStatic[i].img = "/static/images/common/reportMessage.png";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
}
|