diff --git a/home/views/h5/market/sylive/act/index.php b/home/views/h5/market/sylive/act/index.php index 49653804..7267eed9 100644 --- a/home/views/h5/market/sylive/act/index.php +++ b/home/views/h5/market/sylive/act/index.php @@ -228,12 +228,9 @@ that.notice2= [] }, 6000); } - - if(alldelay>10){ - setTimeout(function () { - that.getNotice() - }, alldelay*1000); - } + setTimeout(function () { + that.getNotice() + }, (alldelay<20?20:alldelay)*1000); },'json') // let notice = [ // { diff --git a/home/views/h5/market/sylive/login.php b/home/views/h5/market/sylive/login.php index 06679c5c..ff38ddb9 100644 --- a/home/views/h5/market/sylive/login.php +++ b/home/views/h5/market/sylive/login.php @@ -29,7 +29,7 @@