@@ -62,7 +62,12 @@
API_Notice.getMessageInfo(this.id).then(response => {
this.detail = response;
-
+ this.$nextTick(()=>{
+ var list =document.getElementsByClassName("vongi-notice")[0].getElementsByTagName("img");
+ for(var i=0;i<list.length;i++){
+ list[i].style='width: 100%;height: 100%;'
+ }
+ })
this.isLoading = false;
//获取最新5条通知消息
this.getLastNotice();