瀏覽代碼

添加报告提醒图标

13127578837 9 月之前
父節點
當前提交
3624a01c57
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/pages/info.vue
  2. 二進制
      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";
+            }
+            
           }
         }
       }

二進制
src/static/images/common/reportMessage.png