Commit a7090130 authored by hujun's avatar hujun

喜报列表内容修改

parent 0bee5b33
......@@ -40,7 +40,8 @@ class Feed extends Basic
$data = $push->getList($pageNo, $pageSize, 'id DESC', $field, $where);
foreach ($data as $k => $v) {
$data[$k]['icon']= CURRENT_URL . "resource/image/notice_xibaotl.png";
$data[$k]['icon'] = CURRENT_URL . "resource/image/notice_xibaotl.png";
$data[$k]['content'] = "恭喜{$v['content']}成交{$v['house_title']}商铺一套";
}
return $this->response(200, "", $data);
}
......
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