소스 검색

QRcode Scanner (LIFF)

Mike 3 년 전
부모
커밋
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("您已登入");
         }