瀏覽代碼

add line userid

huai-sian 3 年之前
父節點
當前提交
c4e4df9283
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      ArkCard-web/collect.html

+ 4 - 4
ArkCard-web/collect.html

@@ -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);