Commit 0e102d16 authored by zw's avatar zw

Merge branch 'test'

parents 0cfc0160 ee8acb2e
......@@ -224,6 +224,7 @@ class Shop extends Basic
$result[$key]["images"] = count($res) > 0 ? $res : [];
}
} else {
$result[$key]["api_path"] = CK_IMG_URL.'images/';
$house_img_where["house_id"] = $val["id"];
$house_img_where["img_type"] = 2; //默认主图 产品盼盼于11.16号修改
$result[$key]["images"] = $this->gHousesImgModel->getHouseImages($house_img_where, 1);
......
......@@ -335,7 +335,7 @@
.supporting-facilities{
width: 100%;
margin-bottom: 1.2rem;
margin-bottom: 2.3rem;
}
.supporting-facilities>li{
......
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