Sfoglia il codice sorgente

qrcode scanner test

Mike 3 anni fa
parent
commit
3f40728316
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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({