...
|
...
|
@@ -114,7 +114,9 @@ class ListController extends HomeBaseController |
|
|
|
|
|
}else{
|
|
|
|
|
|
dump($path);die;
|
|
|
$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);
|
|
|
|
|
|
//将最新文章的说明文献coa显示
|
|
|
$post_data = Db::name('portal_category_post') -> where('post_id',$zzz['id']) -> find();
|
...
|
...
|
|