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

产品

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