Browse Source

qrcode scanner

Mike 3 năm trước cách đây
mục cha
commit
4d75ca345a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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()) {