Commit fe7cd06c authored by zhuwei's avatar zhuwei

收藏商铺价格 rent_price * 0.01

parent 3a92d4b3
...@@ -134,6 +134,7 @@ class CollectHouse extends Basic ...@@ -134,6 +134,7 @@ class CollectHouse extends Basic
foreach ($res as $key => $val) { foreach ($res as $key => $val) {
$isLook = $look_shop_service->isLooked($params["agents_id"], $val["id"]); $isLook = $look_shop_service->isLooked($params["agents_id"], $val["id"]);
$res[$key]["is_look"] = $isLook; $res[$key]["is_look"] = $isLook;
$res[$key]["rent_price"] = $val["rent_price"] * 0.01;
} }
//dump($res); //dump($res);
......
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