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

产品

... ... @@ -127,6 +127,7 @@
$('.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' onclick='tiaozhuan("+shuju.id+")'>显示更多</div>");
});
}
... ...