...
|
...
|
@@ -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);
|
...
|
...
|
|