...
|
...
|
@@ -116,7 +116,7 @@ |
|
|
$('.pro_right_txt').html(shuju.post_content);
|
|
|
/*$('.pro_btn').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);
|
|
|
for (var i = 0; i <coa.length; i++) {
|
...
|
...
|
|