Commit decfa741 authored by zhuwei's avatar zhuwei

1

parent 0674bd95
...@@ -1019,6 +1019,11 @@ class Shop extends Basic ...@@ -1019,6 +1019,11 @@ class Shop extends Basic
{ {
if ($this->params['houses_id']) { if ($this->params['houses_id']) {
$res = $this->gHousesModel->getExclusive($this->params['houses_id']); $res = $this->gHousesModel->getExclusive($this->params['houses_id']);
// dump($res);
foreach ($res['exclusive_img'] as $key => $val) {
$res['exclusive_img'][$key]['file_name'] = CURRENT_URL.'resource/lib/Attachments/images/'.$val['img_name'];
$res['exclusive_img'][$key]['save_path'] = $val['img_name'];
}
} else { } else {
return $this->response("101", "houses_id is null"); return $this->response("101", "houses_id is null");
} }
......
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