Mike 3 лет назад
Родитель
Сommit
7969276ead
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ArkCard-web/collect.html

+ 1 - 1
ArkCard-web/collect.html

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