瀏覽代碼

「風」通行證

Mike 3 年之前
父節點
當前提交
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("您已登入");
         }