正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -167,6 +167,7 @@ | @@ -167,6 +167,7 @@ | ||
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 | $('.ce'+{$category}).parent().parent().prev().next('.ce1_2').slideDown(); | 171 | $('.ce'+{$category}).parent().parent().prev().next('.ce1_2').slideDown(); |
171 | $('.ce'+{$category}).children('h3').css({color:"red"}); | 172 | $('.ce'+{$category}).children('h3').css({color:"red"}); |
172 | }) | 173 | }) |
-
请 注册 或 登录 后发表评论