Commit 78989bfe authored by zhuwei's avatar zhuwei

1

parent 28d9ddc9
......@@ -991,7 +991,7 @@ class Broker extends Basic
$res_total = $m_agents_black_list->getDatasTotal($get_params);
foreach($res as $k=>$v)
{
$res[$k]['head_portrait'] = AGENTHEADERIMGURL . $v['img'];
$res[$k]['head_portrait'] = $v['img'] ? AGENTHEADERIMGURL . $v['img'] : '';
}
$data['total'] =$res_total;
$data['data_list'] =$res;
......
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