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

产品

... ... @@ -175,8 +175,8 @@
$('.zhaiyao').text(shuju.post_excerpt);
$('.pro_right_txt').html(shuju.post_content);
$('.pro_btn').remove();
$('.pro_right_txt').after("<div class='pro_btn'>显示更多</div>");
$('.aside_son').remove();
/*$('.pro_right_txt').after("<div class='pro_btn'>显示更多</div>");
$('.aside_son').remove();*/
$.post("{:url('Product/commps')}", {id:id}, function(data) {
coa = JSON.parse(data);
... ...
... ... @@ -114,8 +114,8 @@
$('.biaoti').text(shuju.post_title);
$('.zhaiyao').text(shuju.post_excerpt);
$('.pro_right_txt').html(shuju.post_content);
$('.pro_btn').remove();
$('.pro_right_txt').after("<div class='pro_btn'>显示更多</div>");
/*$('.pro_btn').remove();
$('.pro_right_txt').after("<div class='pro_btn'>显示更多</div>");*/
});
}
... ...