panxingxin 5 anni fa
parent
commit
3309a6ff03
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/app/inspection-list/inspection-list.page.ts

+ 1 - 1
src/app/inspection-list/inspection-list.page.ts

@@ -68,7 +68,7 @@ export class InspectionListPage implements OnInit {
         });
       }
     }, (err) => { });
-    this.showPicture(qc, this.cameraSetting.albumOption)
+    this.showPicture(this.cameraSetting.albumOption)
   }
 
   takePicture() {