[更新]修改加载时间处理 #IIP88

This commit is contained in:
Anyon 2018-04-04 16:40:44 +08:00
parent ff44c8b2bf
commit 30729d6ea2

View File

@ -169,7 +169,7 @@ $(function () {
return false; return false;
} }
if (typeof (res) === 'object') { if (typeof (res) === 'object') {
return $.msg.auto(res, time); return $.msg.auto(res, res.wait ? res.wait : time);
} }
self.show(res); self.show(res);
} }