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

调整评论顺序

... ... @@ -237,7 +237,7 @@
if(res.code==1){
$('.bottom_box').hide().attr('id','');
$('.'+'comment'+id).append("<div>" +
" <text class=\"comment_name\">{$user.user_login} :</text>" +
" <text class=\"comment_name\">{$userinfo.user_login} :</text>" +
" <text>"+content+"</text>" +
" </div>")
alert('评论成功');
... ...