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

调整评论顺序

... ... @@ -107,7 +107,7 @@
</text>
</div>
</if>
<div class='comment_list'>
<div class='comment_list comment{$v.id}'>
<volist name="$v.comment" id="comment">
<div>
<text class="comment_name">{$comment.user_name} :</text>
... ... @@ -235,7 +235,8 @@
},
success:function (res) {
if(res.code==1){
$('.bottom_box').hide().attr('id','')
$('.bottom_box').hide().attr('id','');
alert('评论成功');
}
}
... ...