Commit 5c22a372 by 冷斌

修改头像

parent ee48db02
...@@ -484,7 +484,8 @@ ...@@ -484,7 +484,8 @@
$info['level']=(string)getLevel($info['consumption']); $info['level']=(string)getLevel($info['consumption']);
$info['level_anchor']=(string)getLevelAnchor($info['votestotal']); $info['level_anchor']=(string)getLevelAnchor($info['votestotal']);
$info['avatar']=get_upload_path($info['avatar']); $info['avatar']=get_upload_path($info['avatar']);
$info['avatar_thumb']=get_upload_path($info['avatar_thumb']); // $info['avatar_thumb']=get_upload_path($info['avatar_thumb']);
$info['avatar_thumb']=get_upload_path($info['avatar']);
}else if($type==1){ }else if($type==1){
return $info; return $info;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment