Commit 19976129 authored by zhuwei's avatar zhuwei

isAjax取反

parent e8381006
......@@ -29,7 +29,7 @@ class Evaluation extends Basic
* Time: 上午10:34
*/
public function evaluationList(){
if ($this->request->isAjax()) {
if (!$this->request->isAjax()) {
return view('evaluation/evaluation_list');
}
......
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