...
|
...
|
@@ -120,7 +120,7 @@ |
|
|
<div class="pro_right_txt">
|
|
|
{$zuixin.post_content}
|
|
|
</div>
|
|
|
<div class="pro_btn" onclick="tiaozhuan({$zuixin.id})">
|
|
|
<div class="pro_btn" >
|
|
|
显示更多
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
@@ -150,6 +150,10 @@ |
|
|
}
|
|
|
}*/
|
|
|
|
|
|
$('.pro_btn').click(function(){
|
|
|
$('.pro_right_txt').removeClass('pro_height');
|
|
|
})
|
|
|
|
|
|
$(document).ready(function(){
|
|
|
|
|
|
$('.ce1'+{$category}).trigger('click');
|
...
|
...
|
@@ -171,7 +175,7 @@ |
|
|
$('.zhaiyao').text(shuju.post_excerpt);
|
|
|
$('.pro_right_txt').html(shuju.post_content);
|
|
|
$('.pro_btn').remove();
|
|
|
$('.pro_right_txt').after("<div class='pro_btn' onclick='tiaozhuan("+shuju.id+")'>显示更多</div>");
|
|
|
$('.pro_right_txt').after("<div class='pro_btn'>显示更多</div>");
|
|
|
$('.aside_son').remove();
|
|
|
|
|
|
$.post("{:url('Product/commps')}", {id:id}, function(data) {
|
...
|
...
|
|