Mike 3 lat temu
rodzic
commit
9a8212f8e4
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      ArkCard-web/collect.html

+ 2 - 2
ArkCard-web/collect.html

@@ -384,9 +384,9 @@ $(document).ready(function () {
         // login
         if (!liff.isLoggedIn()) {
             console.log("您未登入");
-            // liff.login({ redirectUri: "https://liff.line.me/1656404434-gJ0Nzy1Y?"+context.userId });  // test
             console.log('context.userId = ' + context.userId); // test
-            liff.login({ redirectUri: "https://ark.cards/collect.html?"+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
         } else {
             console.log("您已登入");
         }