Commit 6690ca68 authored by hujun's avatar hujun

商铺图片

parent 7e7680a0
......@@ -1313,6 +1313,10 @@ class GHouses extends BaseModel
//1列表页封面图,2详情页轮播图,3楼层平面图,4独家合同
/***保存图片 hu jun 2018.1.19 start***/
$params['cover'] = json_decode($params['cover'], true);
$params['slide_show'] = json_decode($params['slide_show'], true);
$params['exclusive_img'] = json_decode($params['exclusive_img'], true);
$house_img = new GHousesImgs();
if ($params['id'] == '') {
$house_img->add($params, $house_id);
......
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