From 9fe3ad3278e9e55903d20aa66b414ae174a80627 Mon Sep 17 00:00:00 2001 From: G Date: Thu, 29 Nov 2018 15:58:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=84=E4=BB=B6=E4=B8=80=E8=A7=88=E5=9B=BE?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/Comm/DocList/showImage.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Comm/DocList/showImage.jsp b/WebContent/Tenwa/Comm/DocList/showImage.jsp index d9e52e6ff..48b6f9cb8 100644 --- a/WebContent/Tenwa/Comm/DocList/showImage.jsp +++ b/WebContent/Tenwa/Comm/DocList/showImage.jsp @@ -97,7 +97,7 @@ $(function() { }); var res = viewer.show(); if(res.element){ - setTimeout("clickImage()",350); + setTimeout("clickImage()",600); } });