From 3a26f76a7664f9184b2ed4158fcf15e26d21fd85 Mon Sep 17 00:00:00 2001 From: sunke <18850253506@163.com> Date: Thu, 9 Apr 2020 09:34:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/View/default/Download/listsIndex.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }