Explorar o código

QRcode Scanner (LIFF)

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

+ 1 - 1
ArkCard-web/collect.html

@@ -398,7 +398,7 @@ $(document).ready(function () {
     $(".qrcode").click(function () {
         liff.scanCode().then(result => {
             // e.g. result = { value: "Hello LIFF app!" }
-            alert(JSON.stringify(result); // test
+            alert(JSON.stringify(result)); // test
             $('#address').val(result.value);
         }).catch(err => {
             alert(JSON.stringify(err)); // test