Browse Source

添加报告提醒图标

13127578837 9 tháng trước cách đây
mục cha
commit
3624a01c57
2 tập tin đã thay đổi với 4 bổ sung0 xóa
  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