Mike 3 лет назад
Родитель
Сommit
4196683575
1 измененных файлов с 6 добавлено и 2 удалено
  1. 6 2
      desktop11/index.html

+ 6 - 2
desktop11/index.html

@@ -71,8 +71,12 @@ function testAPI() {                      // Testing Graph API after login.  See
             console.log('response.id = ' + response.id);
             console.log('response.id = ' + response.id);
             
             
             // 設定欄位預設值
             // 設定欄位預設值
-            $('#email').text(response.email);
-            $('#name').text(response.name);
+            console.log('response.email = ' + response.email);
+            $('#email').html(response.email);
+            console.log('response.name = ' + response.name);
+            $('#name').html(response.name);
+
+            console.log('隱藏FB登入按鈕');
 
 
             // 隱藏FB登入按鈕
             // 隱藏FB登入按鈕
             $('#fb_login').hide();
             $('#fb_login').hide();