Commit 9b095284 authored by hujun's avatar hujun

楼盘房源页面

parent 9665f4e3
...@@ -123,7 +123,7 @@ class OfficeRoom extends Basic ...@@ -123,7 +123,7 @@ class OfficeRoom extends Basic
public function getRoomList() public function getRoomList()
{ {
if (!$this->request->isAjax()) { if (!$this->request->isAjax()) {
return view(''); return view('office/officeBuildingList');
} }
$code = 200; $code = 200;
$data = []; $data = [];
......
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