Commit 8ce8e6fe by 冷斌

update

parent b688b5f1
...@@ -384,7 +384,7 @@ class Model_User extends PhalApi_Model_NotORM ...@@ -384,7 +384,7 @@ class Model_User extends PhalApi_Model_NotORM
$v['avatar_thumb'] = $userinfo['avatar_thumb']; $v['avatar_thumb'] = $userinfo['avatar_thumb'];
$v['level'] = $userinfo['level']; $v['level'] = $userinfo['level'];
$v['level_anchor'] = $userinfo['level_anchor']; $v['level_anchor'] = $userinfo['level_anchor'];
$v['isattent'] = isAttention($uid, $v['uid']); $v['isattention'] = isAttention($uid, $v['uid']);
$info[$k] = $v; $info[$k] = $v;
} }
......
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