|
|
@@ -52,7 +52,7 @@ class NewsController extends AdminBaseController{
|
|
|
foreach($article_list as $k=>$v){
|
|
|
$article_cates[$v['id']] = $v['catname'];
|
|
|
}
|
|
|
-
|
|
|
+ // var_dump($this->iseditor);die;
|
|
|
$this->assign('iseditor',$this->iseditor);
|
|
|
$this->assign('article_cates',$article_cates);
|
|
|
$this->assign('keywords',$keywords);
|
|
|
@@ -188,6 +188,7 @@ class NewsController extends AdminBaseController{
|
|
|
if(empty($info['id'])){
|
|
|
$this->error('未找到信息');
|
|
|
}
|
|
|
+ $this->assign('iseditor',$this->iseditor);
|
|
|
$this->assign('info',$info);
|
|
|
return $this->fetch();
|
|
|
}
|