Explorar el Código

QRCode Scanner

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

+ 2 - 2
ArkCard-web/collect.html

@@ -385,8 +385,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("您已登入");
         }