记得上下班打卡 | git大法好,push需谨慎

Commit 188ef471 authored by 胡佳晨's avatar 胡佳晨

Merge remote-tracking branch 'origin/hjc_yb_banner' into hjc_yb_banner

parents 6d96d233 0375bcaa
......@@ -257,7 +257,11 @@
status
},
success:function(e) {
layer.msg("操作成功!")
if (e.code == 500) {
layer.msg(e.msg)
} else {
layer.msg("操作成功!")
}
$("#searchBtns").click();
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment