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