소스 검색

判断图片是否存在

gcz 2 년 전
부모
커밋
4348607350
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/report/report.vue

+ 1 - 1
pages/report/report.vue

@@ -193,7 +193,7 @@
 						// this.reportDetails = res.data;
 						// this.fileList = res.data.imgList;
 						let imgList = res.data.imgList;
-						if(imgList.length>0){
+						if(imgList&&imgList.length>0){
 							this.fileList=imgList.map(img=>{
 								return {url:img}
 							})