Commit 0aa2839b authored by zw's avatar zw

bug

parent 5846e012
...@@ -64,9 +64,9 @@ class Feed extends Basic ...@@ -64,9 +64,9 @@ class Feed extends Basic
foreach ($data as $k => $v) { foreach ($data as $k => $v) {
if ($v['type'] == 0) { if ($v['type'] == 0) {
//todo 0923 经理提的问题 //todo 0923 经理提的问题
$data[$k]['type'] = 3;
$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']}商铺一套"; $data[$k]['content'] = "恭喜{$v['content']}成交{$v['house_title']}商铺一套";
unset($data[$k]);
} }
} }
} }
......
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