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