From d362ffa6290b0caab32cadbc18d4c77bc42ec3c4 Mon Sep 17 00:00:00 2001 From: zhangds Date: Thu, 11 Apr 2024 00:54:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E6=9C=80=E5=A4=A7=E5=88=86=E9=92=9F=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wx-combining.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx-combining.html b/wx-combining.html index 37e6616..5faacd7 100644 --- a/wx-combining.html +++ b/wx-combining.html @@ -440,7 +440,7 @@ // 超过50s,增加请求间隔 为 30s self.isTimeOut = 30000; // 设置最大请求数 60分钟 - if (self.cont > 12) { + if (self.cont > 60) { self.openErrorDialog("请刷新页面重试!"); // 放弃 return;