Commit b3085e85 authored by hujun's avatar hujun

楼盘详情房东手机号、图片

parent 0093830d
......@@ -223,12 +223,13 @@ class Shop extends Basic
public function getShopDetail()
{
header('Access-Control-Allow-Origin:*');
/* $params = array(
"id" => 4,
$params = array(
"id" => 3084,
"site_area" => 3, //1.c端 3.b端
// "site_area" => 1, //1.c端 3.b端
//"user_id" => 2 //if c端 用户登录后传入user_id
);*/
$params = $this->params;
);
// $params = $this->params;
$conditions = [];
if (empty($params['id'])) {
......@@ -252,7 +253,7 @@ class Shop extends Basic
a.industry_type,a.shop_area_start,a.shop_area_end,a.shop_type,a.residue_num,a.shop_sign,a.is_carefully_chosen,a.rent_type,
a.rent_price,a.management_fee,a.slotting_fee,a.total,a.market_area,a.is_has_gas,a.file_path,a.longitude,a.latitude,
b.enter_num,b.internal_item_advantage as item_advantage,b.sign_rule,b.do_business_date, b.opening_date,b.traffic,
b.auditorium,b.tiny_brochure_url,b.start_business_date,a.upload_id,b.fee_rule,b.landlord_remark,a.create_time";
b.auditorium,b.tiny_brochure_url,b.start_business_date,a.upload_id,b.fee_rule,b.landlord_remark,a.create_time,b.landlord_phone";
}
$conditions['a.id'] = array( "eq", $params["id"] );
......@@ -283,9 +284,10 @@ class Shop extends Basic
$param["img_type"] = 2;
$result["images"] = $this->gHousesImgModel->getHouseImages($param, 15);
$param["img_type"] = 3;//图片类型:1效果图,2实景图,3样板图,4户型图,5交通图
// $result["plan_images"] = $this->gHousesImgModel->getHouseImages($param, 1);
$result["plan_images"] = $this->gHousesImgModel->getHouseImages($param, 1);
$result["plan_images"] = [];
// $result['landlord_phone'] = json_decode ($result['landlord_phone'], true);
$result['landlord_phone'] = json_decode ($result['landlord_phone'], true);
$result['create_time'] = date('Y-m-d', strtotime($result['create_time']));
if ($result['status'] == 0) {
return $this->response("101", '此楼盘已下架');
......
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