Commit 5846e012 authored by zw's avatar zw

bug

parent 0f7fc2e8
......@@ -60,10 +60,11 @@ class Feed extends Basic
}
$data = $push->getList($pageNo, $pageSize, 'id DESC', $field, $where);
//todo 0923 经理提的问题
$data = [];
foreach ($data as $k => $v) {
if ($v['type'] == 0) {
//todo 0923 经理提的问题
$data[$k]['type'] = 3;
$data[$k]['icon'] = CURRENT_URL . "resource/image/notice_xibaotl.png";
$data[$k]['content'] = "恭喜{$v['content']}成交{$v['house_title']}商铺一套";
}
......
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