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

调整评论顺序

... ... @@ -236,7 +236,10 @@
success:function (res) {
if(res.code==1){
$('.bottom_box').hide().attr('id','');
$('.'+'comment'+id).append("<div>" +
" <text class=\"comment_name\">宋医生 :</text>" +
" <text>1111</text>" +
" </div>")
alert('评论成功');
}
}
... ...