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

产品

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