소스 검색

qrcode scanner

Mike 3 년 전
부모
커밋
ab116aa552
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      ArkCard-web/collect.html

+ 2 - 0
ArkCard-web/collect.html

@@ -402,6 +402,8 @@ function qrcode_scanner() {
 
     // If you want to prefer back camera
     html5QrCode.start({ facingMode: "environment" }, config, qrCodeSuccessCallback);
+
+    $('#qrcode-modal').hide();
 }
 </script>
 </body>