Browse Source

qrcode scanner test

Mike 3 năm trước cách đây
mục cha
commit
3f40728316
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ArkCard-web/collect.html

+ 1 - 1
ArkCard-web/collect.html

@@ -371,7 +371,7 @@
 <script>
 $(".qrcode").click(function () {
     if($("#qr-reader").is(":hidden")){
-        alert("開啟QRCode掃描器");
+        // alert("開啟QRCode掃描器");
         $('#qr-reader').css('display','block');
 
         $('html, body').animate({