文章编辑

This commit is contained in:
sugar1569 2018-09-26 20:17:53 +08:00
parent 41455d617d
commit 0885aea113

View File

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