Authored by 郭成尧

首页公告

@@ -478,7 +478,20 @@ class FloorProcess @@ -478,7 +478,20 @@ class FloorProcess
478 $result['list'][$key]['salePrice'] = number_format($val['sales_price'], 2); 478 $result['list'][$key]['salePrice'] = number_format($val['sales_price'], 2);
479 $result['list'][$key]['price'] = number_format($val['market_price'], 2); 479 $result['list'][$key]['price'] = number_format($val['market_price'], 2);
480 } 480 }
481 - return array('freshOnly'=>$result); 481 + return array('freshOnly' => $result);
  482 + }
  483 +
  484 + /**
  485 + * 站内公告
  486 + *
  487 + * @param $data
  488 + * @param $type
  489 + * @return array
  490 + */
  491 + private static function announcement($data, $type)
  492 + {
  493 + $result['notice'] = array();
  494 + return $result;
482 } 495 }
483 496
484 } 497 }