改进信息框回调函数执行逻辑

This commit is contained in:
wolegca 2019-10-23 02:22:07 +08:00
parent 544b68a123
commit eeea64c737

View File

@ -67,7 +67,9 @@ $(function () {
}, 300);
message.alertCode = '';
if (message.callback)
message.callback();
setTimeout(function () {
message.callback();
}, 600);
});
})();