Commit d2864631 by 冷斌

update

parent d93cbcf0
...@@ -329,6 +329,7 @@ class Model_Home extends PhalApi_Model_NotORM { ...@@ -329,6 +329,7 @@ class Model_Home extends PhalApi_Model_NotORM {
$v['sex']=$userinfo['sex']; $v['sex']=$userinfo['sex'];
$v['level']=$userinfo['level']; $v['level']=$userinfo['level'];
$v['level_anchor']=$userinfo['level_anchor']; $v['level_anchor']=$userinfo['level_anchor'];
$v[$k]['fans'] = getFans($v['uid']);
$v['game']=getGame($v['game_action']); $v['game']=getGame($v['game_action']);
......
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