Commit 3423498d authored by zw's avatar zw

bug

parent 359ca1c2
......@@ -114,7 +114,7 @@ class AttentionShop extends Basic
$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);
$result[$key]["images"] = $this->imgModel->getHouseImages($house_img_where, 1);
}
}
......
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