Commit 69eb6826 authored by zhuwei's avatar zhuwei

1

parent 35fb1580
...@@ -1433,7 +1433,7 @@ class OfficeRoomService ...@@ -1433,7 +1433,7 @@ class OfficeRoomService
$area = $this->MinField($v['building_id'], 'area'); $area = $this->MinField($v['building_id'], 'area');
$tmp['title'] = $v['disc'] . ' ' . $v['business_name'] . ' ' . $v['title'] . ' ' . $area . '㎡'; $tmp['title'] = $v['disc'] . ' ' . $v['business_name'] . ' ' . $v['title'] . ' ' . $area . '㎡';
//楼盘图 //楼盘图
$tmp['building_image'] = $this->getBuildingImage($v['id']); $tmp['carousel_image'] = $this->getCarouselImage($v['id'], 2);
$result_data[] = $tmp; $result_data[] = $tmp;
} }
$result['status'] = 'successful'; $result['status'] = 'successful';
......
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