|
|
|
@ -171,9 +171,9 @@ class Article extends Controller |
|
|
|
|
return $this->renderError('名称不能为空'); |
|
|
|
|
} |
|
|
|
|
$img_id = intval($this->request->post('img_id')); |
|
|
|
|
if (!$img_id) { |
|
|
|
|
return $this->renderError('图片不能为空'); |
|
|
|
|
} |
|
|
|
|
// if (!$img_id) { |
|
|
|
|
// return $this->renderError('图片不能为空'); |
|
|
|
|
// } |
|
|
|
|
$status = intval($this->request->post('status', 1)); |
|
|
|
|
$sort = intval($this->request->post('sort', 100)); |
|
|
|
|
$data = compact('status', 'sort', 'name', 'img_id'); |
|
|
|
@ -203,9 +203,9 @@ class Article extends Controller |
|
|
|
|
return $this->renderError('名称不能为空'); |
|
|
|
|
} |
|
|
|
|
$img_id = intval($this->request->post('img_id')); |
|
|
|
|
if (!$img_id) { |
|
|
|
|
return $this->renderError('图片不能为空'); |
|
|
|
|
} |
|
|
|
|
// if (!$img_id) { |
|
|
|
|
// return $this->renderError('图片不能为空'); |
|
|
|
|
// } |
|
|
|
|
$status = intval($this->request->post('status', 1)); |
|
|
|
|
$sort = intval($this->request->post('sort', 100)); |
|
|
|
|
$data = compact('status', 'sort', 'name', 'img_id'); |
|
|
|
|