Commit bee2bf37 authored by clone's avatar clone

Merge branch '0723-v2.5.0' of https://gitee.com/zwyjjc/tl_estate into 0723-v2.5.0

parents 1f72071f 6690ca68
......@@ -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