Commit d17b4932 authored by hujun's avatar hujun

1

parent ca5f804c
...@@ -420,7 +420,7 @@ class Houses extends Basic ...@@ -420,7 +420,7 @@ class Houses extends Basic
$look_shop = new LookShopService(); $look_shop = new LookShopService();
foreach ($data['data']['list'] as $k=>$v) { foreach ($list as $k=>$v) {
$list[$k]["is_look"] = $look_shop->isLooked($this->userId, $v["id"]); $list[$k]["is_look"] = $look_shop->isLooked($this->userId, $v["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