Commit a063f68c authored by hujun's avatar hujun

普通盘

parent bd48f0ce
......@@ -451,10 +451,12 @@ class Shop extends Basic
$param["img_type"] = 3;//图片类型:1效果图,2实景图,3样板图,4户型图,5交通图
$result["plan_images"] = $this->gHousesImgModel->getHouseImages($param, 1);
if ($params['site_area'] == 3 || $params["site_area"] == 4) {
$house_service = new HouseService();
$is_show_landlord = $house_service->checkLandlordShow($this->agentId, $result['id']);
$is_show_landlord = 1;
if ($result['is_vip'] == 1) {
$house_service = new HouseService();
$is_show_landlord = $house_service->checkLandlordShow($this->agentId, $result['id']);
}
if ($is_show_landlord) {
$result['landlord_phone'] = json_decode($result['landlord_phone'], true);
$result['is_show_landlord'] = 1;
......
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