...
|
...
|
@@ -267,7 +267,7 @@ class CommonController extends WebAction |
|
|
|
|
|
//个人资料
|
|
|
$userInfo['profileName'] = $apiInfo['profile']['profile_name'];
|
|
|
$userInfo['headIco'] = isset($apiInfo['profile']['head_ico']) && !empty($apiInfo['profile']['head_ico']) ? $apiInfo['profile']['head_ico'] : '';
|
|
|
$userInfo['headIco'] = isset($apiInfo['profile']['head_ico']) && !empty($apiInfo['profile']['head_ico']) ? Helpers::getImageUrl($apiInfo['profile']['head_ico'], 100 ,100) : '';
|
|
|
//VIP信息
|
|
|
$userInfo['curLevel'] = $apiInfo['profile']['vip_info']['cur_level'];
|
|
|
$userInfo['curTitle'] = $apiInfo['profile']['vip_info']['title'];
|
...
|
...
|
|