...
|
...
|
@@ -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('评论成功');
|
|
|
}
|
|
|
}
|
...
|
...
|
|