xiaogang 3 years ago
parent
commit
143a35ad65
1 changed files with 1 additions and 1 deletions
  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{