正在显示
1 个修改的文件
包含
2 行增加
和
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 |
-
请 注册 或 登录 后发表评论