Commit a79b0c22 authored by xinyuandu's avatar xinyuandu

提示框存在时间修改

parent 03f291e2
......@@ -310,5 +310,5 @@ function alert(str) {
setTimeout(function() {
$('.mark').hide();
$('.mark').remove();
}, 2000000)
}, 2000)
}
\ No newline at end of file
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