Explorar el Código

QRCode Scanner (LIFF)

Mike hace 3 años
padre
commit
388c252265
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      ArkCard-web/collect.html

+ 2 - 2
ArkCard-web/collect.html

@@ -387,8 +387,8 @@ $(document).ready(function () {
         if (!liff.isLoggedIn()) {
             console.log("您未登入");
             
-            liff.login({ redirectUri: "https://liff.line.me/1656404434-gJ0Nzy1Y?"+context.userId });  // test
-            // liff.login({ redirectUri: "https://ark.cards/collect.html?"+context.userId });  // test
+            // liff.login({ redirectUri: "https://liff.line.me/1656404434-gJ0Nzy1Y?"+context.userId });  // test
+            liff.login({ redirectUri: "https://ark.cards/collect.html?"+context.userId });  // test
         } else {
             console.log("您已登入");
         }