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