Prechádzať zdrojové kódy

添加报告提醒图标

13127578837 11 mesiacov pred
rodič
commit
3624a01c57

+ 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