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

产品

... ... @@ -118,7 +118,7 @@ class ListController extends HomeBaseController
$wz_data = Db::name('portal_post') -> where('id',$id['post_id']) -> find();
$wz_data['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($wz_data['post_content']));
$this -> assign('zuixin',$wz_data);
dump($category['id']);die;
$this -> assign('category',$category['id']);
//将最新文章的说明文献coa显示
... ...
... ... @@ -152,7 +152,8 @@
$(document).ready(function(){
$('.ce1'+{$category}).trigger('click');
$('.ce1'+{$category}).css({color:"red"});
$('.ce'+{$category}).parent().parent().prev().trigger('click');
$('.ce'+{$category}).children('h3').css({color:"red"});
})
... ...