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

评论操作

... ... @@ -234,7 +234,10 @@
id:id,
},
success:function (res) {
console.log(res)
if(res.code==1){
$('.bottom_box').hide().attr('id','')
alert('评论成功');
}
}
})
... ...