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;