panxingxin 5 năm trước cách đây
mục cha
commit
884f7930dd
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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(',')