Commit 7cb6ff83 authored by hujun's avatar hujun

显示楼盘信息

parent e315cda8
......@@ -55,9 +55,11 @@ class Houses extends Basic
$house = new GHouses();
$result['data'] = $house->getHouseById($params['id']);
$return = $this->response($result['code'], $result['msg'], $result['data']);
} else {
//商铺添加页面
$return = view('edit');
}
} else {
//商铺添加页面
$return = view('edit');
}
......
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