文章编辑

This commit is contained in:
sugar1569 2018-09-26 20:22:02 +08:00
parent f37c968083
commit 1d02ca9b57

View File

@ -85,7 +85,7 @@ class Article extends AuthController
} }
} }
$this->assign('all',$all); $this->assign('all',$all);
$this->assign('news',$news);print_r($news); $this->assign('news',$news);
$this->assign('cid',$cid); $this->assign('cid',$cid);
$this->assign('select',$select); $this->assign('select',$select);
return $this->fetch(); return $this->fetch();