Commit 42bc8f34 authored by hujun's avatar hujun

Merge remote-tracking branch 'origin/test' into test

parents 15196051 c7739430
p9Ei8khm4IKSYIJa
\ No newline at end of file
...@@ -289,9 +289,9 @@ class Shop extends Basic ...@@ -289,9 +289,9 @@ class Shop extends Basic
$result["plan_images"] = []; $result["plan_images"] = [];
if ($params['site_area'] == 3) { if ($params['site_area'] == 3) {
$result['landlord_phone'] = json_decode($result['landlord_phone'], true); $result['landlord_phone'] = json_decode($result['landlord_phone'], true);
$result['create_time'] = date('Y-m-d', strtotime($result['create_time']));
} }
$result['create_time'] = date('Y-m-d', strtotime($result['create_time']));
if ($result['status'] == 0) { if ($result['status'] == 0) {
return $this->response("101", '此楼盘已下架'); return $this->response("101", '此楼盘已下架');
} }
......
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