作者 anyv
1 个管道 的构建 通过 耗费 0 秒

产品

@@ -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();