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