正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -107,7 +107,7 @@ | @@ -107,7 +107,7 @@ | ||
107 | 107 | ||
108 | //点击查询单个文章 | 108 | //点击查询单个文章 |
109 | function neiro(id){ | 109 | function neiro(id){ |
110 | - | 110 | + $('.ce1_2_Li_title').children('h3').css({color:''}); |
111 | $('.ce1'+id).children('h3').css({color:'red'}); | 111 | $('.ce1'+id).children('h3').css({color:'red'}); |
112 | $.post("{:url('Product/danwz')}", {id:id}, function(data) { | 112 | $.post("{:url('Product/danwz')}", {id:id}, function(data) { |
113 | shuju = JSON.parse(data); | 113 | shuju = JSON.parse(data); |
-
请 注册 或 登录 后发表评论