Explorar o código

qrcode scanner test

Mike %!s(int64=3) %!d(string=hai) anos
pai
achega
c286fbb979
Modificáronse 1 ficheiros con 7 adicións e 2 borrados
  1. 7 2
      ArkCard-web/collect.html

+ 7 - 2
ArkCard-web/collect.html

@@ -373,10 +373,15 @@ $(".qrcode").click(function () {
     $('#qr-reader').toggle();
 
     if($("#qr-reader").is(":visible")){
-        alert("The QRCode Scanner is visible.");
+        alert("QRCode掃描器已開啟");
+
+        $('html, body').animate({
+		    scrollTop: $("#qr-reader").offset().top
+	    }, 0);
+        
         qrcode_scanner();
     } else {
-        alert("The QRCode Scanner is hidden.");
+        alert("QRCode掃描器已關閉");
     }
 });