فهرست منبع

qrcode scanner

Mike 3 سال پیش
والد
کامیت
7c53e2166b
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      ArkCard-web/collect.html

+ 2 - 2
ArkCard-web/collect.html

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