From b23eecb3a03ab4b75afeaabcd76f275827b04d6d Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 22 Jun 2023 13:46:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD3=E7=A7=92=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=20Signed-off-by:=20kevin=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/common.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/js/common.js b/public/js/common.js index 344f1ce..3681e5b 100644 --- a/public/js/common.js +++ b/public/js/common.js @@ -110,13 +110,13 @@ function tsPost(url,datas){ if(rs.url){ //再来个提示 - tsNotice(rs.msg+'
3秒后自动跳转...'); + //tsNotice(rs.msg+'
3秒后自动跳转...'); - var step = 3; + var step = 0; var _res = setInterval(function() { - $('#notice_daojishi').html(step); - step-=1; + //$('#notice_daojishi').html(step); + //step-=1; if(step <= 0){ window.location = rs.url; clearInterval(_res);//清除setInterval @@ -156,13 +156,13 @@ jQuery(document).ready(function(){ if(rs.url){ //再来个提示 - tsNotice(rs.msg+'
3秒后自动跳转...'); + //tsNotice(rs.msg+'
3秒后自动跳转...'); - var step = 3; + var step = 0; var _res = setInterval(function() { - $('#notice_daojishi').html(step); - step-=1; + //$('#notice_daojishi').html(step); + //step-=1; if(step <= 0){ window.location = rs.url; clearInterval(_res);//清除setInterval