|
@@ -379,7 +379,7 @@ $(document).ready(function () {
|
|
|
liffId: "1656404434-gJ0Nzy1Y"
|
|
|
})
|
|
|
.then(() => {
|
|
|
- /* var context = liff.getContext();
|
|
|
+ var context = liff.getContext();
|
|
|
console.log(context);
|
|
|
|
|
|
var profile = liff.getProfile();
|
|
@@ -393,10 +393,10 @@ $(document).ready(function () {
|
|
|
//liff.login({ redirectUri: "https://liff.line.me/1656404434-gJ0Nzy1Y?"+context.userId }); // test
|
|
|
} else {
|
|
|
console.log("您已登入");
|
|
|
- } */
|
|
|
- var userid = 'Ue8e21f8c88f366bff7d1d294c14061ae';
|
|
|
+ }
|
|
|
+
|
|
|
// 收藏頁面
|
|
|
- collection(userid);
|
|
|
+ collection(context.userId);
|
|
|
})
|
|
|
.catch((err) => {
|
|
|
console.log('初始化失敗: ' + err.code + ", " + err.message);
|