xiaogang 3 anni fa
parent
commit
143a35ad65
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      public/web/index.html

+ 1 - 1
public/web/index.html

xqd
@@ -133,7 +133,7 @@
             }
             $('#hobby').html(hobby_con);
             $('#avatar').attr('src',res.avatar);
-            $('#nickname').attr('src',res.nickname);
+            $('#nickname').html(res.nickname);
             if(res.is_vip==1){
                 $('#is_vip').hide();
             }else{