正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -118,6 +118,7 @@ class ListController extends HomeBaseController | @@ -118,6 +118,7 @@ class ListController extends HomeBaseController | ||
118 | $wz_data = Db::name('portal_post') -> where('id',$id['post_id']) -> find(); | 118 | $wz_data = Db::name('portal_post') -> where('id',$id['post_id']) -> find(); |
119 | $wz_data['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($wz_data['post_content'])); | 119 | $wz_data['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($wz_data['post_content'])); |
120 | $this -> assign('zuixin',$wz_data); | 120 | $this -> assign('zuixin',$wz_data); |
121 | + dump($category['id']);die; | ||
121 | $this -> assign('category',$category['id']); | 122 | $this -> assign('category',$category['id']); |
122 | 123 | ||
123 | //将最新文章的说明文献coa显示 | 124 | //将最新文章的说明文献coa显示 |
-
请 注册 或 登录 后发表评论