baa3b364 by wang

Merge branch 'develop' of g.28ms.com:yangjianbin/page into develop

2 parents 87c505c1 476e990c
......@@ -310,8 +310,10 @@ class Work extends CI_Controller
$this->load->view('work/派单');
}
public function loan()
public function loan($id)
{
$this->load->view('work/线下已放款');
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!