panxingxin 5 rokov pred
rodič
commit
884f7930dd

+ 4 - 0
src/app/inspection-list/inspection-list.page.ts

@@ -86,6 +86,10 @@ export class InspectionListPage implements OnInit {
     });
   }
 
+  showFullScreenImage(data) {
+    this.commonService.fullScreenImg(data)
+  }
+
   deletePicture(index) {
     this.imgList.splice(index, 1)
     let arr = this.imageData.split(',')