From 5c7ac6c33e35047992a6bdea505cde7747cc3ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Fri, 3 May 2024 22:19:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- p/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/p/index.html b/p/index.html index 86fb797..a2dcd73 100644 --- a/p/index.html +++ b/p/index.html @@ -174,7 +174,9 @@ // 显示loading loading.style.display = 'block'; - createImage(pid.value - 0, 1); + setTimeout(function () { + createImage(pid.value - 0, 1); + }, 100); }