From 7840a4f13e111ee824a75265294eef7c52fdf479 Mon Sep 17 00:00:00 2001 From: zhangds Date: Thu, 11 Apr 2024 00:09:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4?= 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 5faacd7..37e6616 100644 --- a/wx-combining.html +++ b/wx-combining.html @@ -440,7 +440,7 @@ // 超过50s,增加请求间隔 为 30s self.isTimeOut = 30000; // 设置最大请求数 60分钟 - if (self.cont > 60) { + if (self.cont > 12) { self.openErrorDialog("请刷新页面重试!"); // 放弃 return;