代码提交

This commit is contained in:
2020-09-10 18:30:42 +08:00
parent 8662dd44f0
commit 00ab5b15a3
2 changed files with 130 additions and 0 deletions
@@ -36,6 +36,7 @@ $("#addPost").click(function () {
if(data.flag){
massage(content+',添加成功!','');
location.reload();
massage('评论添加成功!','');
}else{
massage(data.msg,'');
return false;