Commit 6e5db0c9 by libai

ft活动上线

parent cf2451ef
......@@ -110,7 +110,7 @@ function timeDeal2(e,star){
var endTime=e;
var newTime=star;
var Remain=Math.floor((endTime-newTime)/1000);
// if(Remain<=0)window.location.reload();
if(Remain<=0)Remain=0
var day=Math.floor(Remain/86400);
var hour=add0(Math.floor(Remain%86400/3600));
if(hour>99)hour=99;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment