Commit 99071e15 authored by clone's avatar clone

bug

parent 976383f2
......@@ -183,7 +183,7 @@ class Shop extends Basic
//todo 这里的是否要更改成b端后台上传的类型
$param["imgtype"] = 2;
$result["images"] = $this->dbImg->getHouseImages($param, 15);
$param["imgtype"] = 4;//图片类型:1效果图,2实景图,3样板图,4户型图,5交通图
$param["imgtype"] = 3;//图片类型:1列表页封面图,2详情页轮播图,3楼层平面图,4独家合同,5,删除
$result["plan_images"] = $this->dbImg->getHouseImages($param, 4);
if ($result['room_num_left'] == 0) {
......
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