panxingxin преди 5 години
родител
ревизия
884f7930dd
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      src/app/inspection-list/inspection-list.page.ts

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