Commit 6f1c8d11 authored by zhuwei's avatar zhuwei

1

parent f015636f
......@@ -74,7 +74,7 @@ class ShareOfficeRoom extends Basic
}
$this->assign('data',json_encode($params));
return view("share_detail");
return view("office_detail");
}
......
......@@ -74,7 +74,7 @@ class ShareShop extends Basic
}
$this->assign('data',json_encode($params));
return view("office_detail");
return view("share_detail");
}
......
......@@ -98,6 +98,8 @@ class Basic extends Controller
'office_index/getLabelsList',
'index/modifyAgentPassword',
'office_index/getDistance',
'index/ShareOfficeRoom',
);
/**
......
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