Forráskód Böngészése

添加报告提醒图标

13127578837 9 hónapja
szülő
commit
3624a01c57
2 módosított fájl, 4 hozzáadás és 0 törlés
  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