public function joinedDate()
 {
     $input = I('post.');
     $date = new ApplyModel();
     $data = $date->getJoinedDate($input);
     $this->ajaxReturn(['status' => 0, 'info' => '成功', 'data' => $data]);
 }