Commit abe11c11 authored by zhuwei's avatar zhuwei

聊天商铺图片获取类型修改

parent 44c920b5
......@@ -325,7 +325,7 @@ class AppChat extends Basic
$gHousesImgModel = new GHousesImgs();
$param["house_id"] = $params['id'];
$param["img_type"] = 1;
$param["img_type"] = 2;
$images = $gHousesImgModel->getHouseImages($param, 1);
$data['images'] = IMG_PATH . '/img/houseinfobackgroundimg_new.png';
......
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