...
|
...
|
@@ -107,7 +107,7 @@ |
|
|
|
|
|
//点击查询单个文章
|
|
|
function neiro(id){
|
|
|
|
|
|
$('.ce1_2_Li_title').children('h3').css({color:''});
|
|
|
$('.ce1'+id).children('h3').css({color:'red'});
|
|
|
$.post("{:url('Product/danwz')}", {id:id}, function(data) {
|
|
|
shuju = JSON.parse(data);
|
...
|
...
|
|