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

产品

... ... @@ -167,8 +167,9 @@
$(function(){
$('.ce1'+{$category}).children('h2').css({color:"red"});
$('.ce1'+{$category}).children('img').attr('src',"__TMPL__/public/assets/images/aicon10.png");
//$('.ce1'+{$category}).children('img').attr('src',"__TMPL__/public/assets/images/aicon10.png");
$('.ce'+{$category}).parent().parent().prev().next('.ce1_2').slideDown();
$('.ce'+{$category}).parent().parent().prev().children('img').attr('src',"__TMPL__/public/assets/images/aicon10.png");
$('.ce'+{$category}).children('h3').css({color:"red"});
})
... ...