diff --git a/Application/Home/Controller/DownloadController.class.php b/Application/Home/Controller/DownloadController.class.php index 3388bde9e..926025987 100644 --- a/Application/Home/Controller/DownloadController.class.php +++ b/Application/Home/Controller/DownloadController.class.php @@ -2907,7 +2907,7 @@ public function iosDetailExcelInfo($id,$map) { $allGameIs = array_column($allGameIs, 'game_id'); $records = []; if (!empty($data)) { - if (intval($endTime - $begTime) / (24 * 3600) <= 30) { + if (intval($endTime - $begTime) / (24 * 3600) <= 31) { $gameIds = []; foreach ($data as $list) { $gameIds[] = $list['game_id']; diff --git a/Application/Home/View/default/Download/listsIndex.html b/Application/Home/View/default/Download/listsIndex.html index 3b626d6f6..235be6242 100644 --- a/Application/Home/View/default/Download/listsIndex.html +++ b/Application/Home/View/default/Download/listsIndex.html @@ -284,7 +284,7 @@ function reload(id) { $('input[name=lid]').val(id); document.getElementById('downloadForm').submit() - setTimeout(function(){ window.location.reload(); }, 7000); + setTimeout(function(){ window.location.reload(); }, 20000); }