@@ -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(',')