|
|
@ -13,9 +13,6 @@ class index extends publicBase { |
|
|
|
$data = $m_case->getCaseInfo($id); |
|
|
|
|
|
|
|
$this->view['data'] = $data; |
|
|
|
|
|
|
|
$this->setViewFormat('html'); |
|
|
|
$this->setViewTpl('index/home.html'); |
|
|
|
} |
|
|
|
|
|
|
|
public function ajax_save_case() { |
|
|
@ -267,8 +264,6 @@ class index extends publicBase { |
|
|
|
$data = $robj->get($key); |
|
|
|
|
|
|
|
$this->view['data'] = json_decode($data,true); |
|
|
|
$this->setViewFormat('html'); |
|
|
|
$this->setViewTpl('index/user_case.html'); |
|
|
|
} |
|
|
|
|
|
|
|
public function ajax_mail(){ |
|
|
|