Commit c3a2c537 authored by hujun's avatar hujun

不拼接图片地址

parent be5533d5
......@@ -317,14 +317,11 @@ class GHouses extends BaseModel
->where('house_id',$houses_id)
->where('img_status',0)->select();
foreach ($img as $k=>$v) {
$img_arr[$k] = CURRENT_URL.'resource/lib/Attachments/'.$v['img_name'];
}
$return['id'] = $agents->id;
$return['name'] = $agents['name'].'-'.$agents['phone'];
$return['agent_start_time'] = $house_ext['agent_start_time'];
$return['agent_end_time'] = $house_ext['agent_end_time'];
$return['exclusive_img'] = $img_arr;
$return['exclusive_img'] = $img;
$return['is_exclusive_type'] = $result->is_exclusive_type;
} else {
$return = false;
......
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