Explorar el Código

qrcode scanner

Mike hace 4 años
padre
commit
4d75ca345a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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()) {