소스 검색

「風」通行證

Mike 4 년 전
부모
커밋
4e64065e72
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ArkCard-web/event.html

+ 1 - 0
ArkCard-web/event.html

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