ソースを参照

qrcode scanner

Mike 4 年 前
コミット
4d75ca345a
1 ファイル変更2 行追加2 行削除
  1. 2 2
      ArkCard-web/collect.html

+ 2 - 2
ArkCard-web/collect.html

@@ -378,8 +378,8 @@ $(document).ready(function () {
         var context = liff.getContext();
         console.log(context);
 
-        // var profile = liff.getProfile();
-        // console.log(profile);
+        var profile = liff.getProfile();
+        console.log(profile);
 
         // login
         if (!liff.isLoggedIn()) {