From e46f36e89b401788e9072b06db9d5cf995e8273f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Tue, 6 Aug 2019 23:09:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B0=E6=89=8B=E5=BC=95?= =?UTF-8?q?=E5=AF=BC=E7=9A=84=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp_web/pages/user/userHelp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp_web/pages/user/userHelp.html b/erp_web/pages/user/userHelp.html index 866d18ae..3306b536 100644 --- a/erp_web/pages/user/userHelp.html +++ b/erp_web/pages/user/userHelp.html @@ -211,7 +211,7 @@ var parentIframe = parentDom.find("iframe"); var funDom = parentIframe.contents().find("#tt li a:contains(" + funName + ")"); funDom.click(); - },1000); + },2000); } //初始资料 $("#tt .goods").off("click").on("click", function () {