Commit 28417f2f authored by hujun's avatar hujun

喜报

parent d4b86372
...@@ -36,15 +36,15 @@ class Feed extends Basic ...@@ -36,15 +36,15 @@ class Feed extends Basic
$feed = $push->getFeedInfo($field, $where_0, 'id desc'); $feed = $push->getFeedInfo($field, $where_0, 'id desc');
$notice = $push->getFeedInfo($field, $where_1, 'id desc'); $notice = $push->getFeedInfo($field, $where_1, 'id desc');
if ($notice) {
$data[] = $notice;
}
if ($feed) { if ($feed) {
$feed['content'] = '恭喜' . $feed['content'] . '成交'. $feed['house_title'] . '商铺一套'; $feed['content'] = '恭喜' . $feed['content'] . '成交'. $feed['house_title'] . '商铺一套';
$data[] = $feed; $data[] = $feed;
} }
if ($notice) {
$data[] = $notice;
}
} else { } else {
//列表页 //列表页
$pageNo = empty($this->params['pageNo']) ? 1 : $this->params['pageNo']; $pageNo = empty($this->params['pageNo']) ? 1 : $this->params['pageNo'];
......
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