fix bug
This commit is contained in:
@@ -99,6 +99,7 @@ class Help
|
||||
"id"=>$vo['id'],
|
||||
"userid"=>$vo['userid'],
|
||||
"username"=>empty($users[$vo['userid']]['nickname'])?'':$users[$vo['userid']]['nickname'],
|
||||
"avatar"=>empty($users[$vo['userid']]['avatar'])?'':$users[$vo['userid']]['avatar'],
|
||||
"count"=>$vo['count'],
|
||||
"identity"=>empty($users[$vo["userid"]]['shiyou_id'])?1:0,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user