Commit e661f88c authored by hujun's avatar hujun

feed喜报 icon

parent 36259fb8
...@@ -38,6 +38,10 @@ class Feed extends Basic ...@@ -38,6 +38,10 @@ class Feed extends Basic
} }
$data = $push->getList($pageNo, $pageSize, 'id DESC', $field, $where); $data = $push->getList($pageNo, $pageSize, 'id DESC', $field, $where);
foreach ($data as $k => $v) {
$data[$k]['icon']= CURRENT_URL . "resource/image/notice_xibaotl.png";
}
return $this->response(200, "", $data); 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