소스 검색

購買(LIFF)

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

+ 1 - 1
ArkCard-web/shop.html

@@ -389,7 +389,7 @@ $(document).ready(function () {
         if (!liff.isLoggedIn()) {
             console.log("您未登入");
             console.log('context.userId = ' + context.userId); // test
-            liff.login({ redirectUri: "https://ark.cards/qr-code.html?"+context.userId });  // test
+            liff.login({ redirectUri: "https://ark.cards/shop.html?"+context.userId });  // test
             // liff.login({ redirectUri: "https://liff.line.me/1656404434-qeEpXmzx?"+context.userId });  // test
         } else {
             console.log("您已登入");