Browse Source

qrcode scanner test

Mike 3 years ago
parent
commit
3f40728316
1 changed files with 1 additions and 1 deletions
  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({