...
|
...
|
@@ -478,7 +478,20 @@ class FloorProcess |
|
|
$result['list'][$key]['salePrice'] = number_format($val['sales_price'], 2);
|
|
|
$result['list'][$key]['price'] = number_format($val['market_price'], 2);
|
|
|
}
|
|
|
return array('freshOnly'=>$result);
|
|
|
return array('freshOnly' => $result);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 站内公告
|
|
|
*
|
|
|
* @param $data
|
|
|
* @param $type
|
|
|
* @return array
|
|
|
*/
|
|
|
private static function announcement($data, $type)
|
|
|
{
|
|
|
$result['notice'] = array();
|
|
|
return $result;
|
|
|
}
|
|
|
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|