Commit 93d6b72f authored by hujun's avatar hujun

文案显示

parent 73e675f9
......@@ -67,10 +67,12 @@ class Broker extends Basic
$list = $agents->getUser($pageNo, $pageSize, 'evaluate desc', $fields, $where);
if (!empty($agent_client['id'])) {
$agent_client['show_content'] = '帮助客户找更多,善于了解客户需求';
array_unshift($list, $agent_client);
}
if (!empty($report_agent[0]['id'])) {
$report_agent[0]['show_content'] = '我对本铺非常了解,最近带看本铺多次';
array_unshift($list, $report_agent[0]);
}
......@@ -84,6 +86,7 @@ class Broker extends Basic
}
$list[$k]['evaluate_grade'] = $evaluate_grade;
$list[$k]['show_content'] = '本铺由我登记,熟悉房源信息';
}
}
......
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