Parcourir la source

QRcode Scanner (LIFF)

Mike il y a 3 ans
Parent
commit
c86be71bd6
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      ArkCard-web/qrcode_scanner_liff.html

+ 5 - 0
ArkCard-web/qrcode_scanner_liff.html

@@ -34,6 +34,11 @@ $(document).ready(function() {
     .catch((err) => {
     .catch((err) => {
     });
     });
 
 
+    // login
+    if (!liff.isLoggedIn()) {
+        liff.login();
+    }
+
     // scanCodeV2 call
     // scanCodeV2 call
     liff.scanCodeV2().then(result => {
     liff.scanCodeV2().then(result => {
         // e.g. result = { value: "Hello LIFF app!" }
         // e.g. result = { value: "Hello LIFF app!" }