mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-12-19 19:57:09 +08:00
1.迁移表时添加字段注释
2.修复游客状态评论接口报空指针的问题
This commit is contained in:
@@ -386,7 +386,7 @@ $(function () {
|
||||
if(res.errcode === 0){
|
||||
layer.msg("保存成功");
|
||||
}else{
|
||||
layer.msg("保存失败");
|
||||
layer.msg(res.message);
|
||||
}
|
||||
$("#btnSubmitComment").button("reset");
|
||||
$("#commentContent").val("");
|
||||
|
||||
Reference in New Issue
Block a user