Browse Source

添加报告提醒图标

13127578837 9 months ago
parent
commit
3624a01c57
2 changed files with 4 additions and 0 deletions
  1. 4 0
      src/pages/info.vue
  2. BIN
      src/static/images/common/reportMessage.png

+ 4 - 0
src/pages/info.vue

@@ -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";
+            }
+            
           }
         }
       }

BIN
src/static/images/common/reportMessage.png