...
|
...
|
@@ -117,6 +117,7 @@ class ListController extends HomeBaseController |
|
|
$id = Db::name('portal_category_post') -> where('category_id',$path[2]) -> find();
|
|
|
$wz_data = Db::name('portal_post') -> where('id',$id['post_id']) -> find();
|
|
|
$this -> assign('zuixin',$wz_data);
|
|
|
$this -> assign('category',$category['id']);
|
|
|
|
|
|
//将最新文章的说明文献coa显示
|
|
|
$post_data = Db::name('portal_category_post') -> where('post_id',$wz_data['id']) -> find();
|
...
|
...
|
|