mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改加载时间处理 #IIP88
This commit is contained in:
parent
ff44c8b2bf
commit
30729d6ea2
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user