|
@@ -389,8 +389,8 @@ $(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://liff.line.me/1656404434-qeEpXmzx?"+context.userId }); // test
|
|
|
+ liff.login({ redirectUri: "https://ark.cards/qr-code.html?"+context.userId }); // test
|
|
|
+ // liff.login({ redirectUri: "https://liff.line.me/1656404434-qeEpXmzx?"+context.userId }); // test
|
|
|
} else {
|
|
|
console.log("您已登入");
|
|
|
}
|