作者 lyh

gx

... ... @@ -19,7 +19,6 @@ class NewsLogic extends BaseLogic
public function __construct()
{
parent::__construct();
$this->model = new News();
$this->param = $this->requestAll;
}
... ...