Mike 3 سال پیش
والد
کامیت
991c1cfde2
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      ArkCard-web/event.html

+ 1 - 0
ArkCard-web/event.html

@@ -170,6 +170,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("您已登入");
         }