diff --git a/public/themes/simpleboot3/portal/friends/friendlist.html b/public/themes/simpleboot3/portal/friends/friendlist.html index 4e75b12..bd6bc28 100644 --- a/public/themes/simpleboot3/portal/friends/friendlist.html +++ b/public/themes/simpleboot3/portal/friends/friendlist.html @@ -234,7 +234,10 @@ id:id, }, success:function (res) { - console.log(res) + if(res.code==1){ + $('.bottom_box').hide().attr('id','') + alert('评论成功'); + } } })