From eeea64c73751ea7829b695fe7f26baba7126215c Mon Sep 17 00:00:00 2001 From: wolegca <2738076308@qq.com> Date: Wed, 23 Oct 2019 02:22:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=E4=BF=A1=E6=81=AF=E6=A1=86?= =?UTF-8?q?=E5=9B=9E=E8=B0=83=E5=87=BD=E6=95=B0=E6=89=A7=E8=A1=8C=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/initialize.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/initialize.js b/js/initialize.js index fd2c660..037e8c9 100644 --- a/js/initialize.js +++ b/js/initialize.js @@ -67,7 +67,9 @@ $(function () { }, 300); message.alertCode = ''; if (message.callback) - message.callback(); + setTimeout(function () { + message.callback(); + }, 600); }); })();