Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
fsActive
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6e5db0c9
authored
Nov 01, 2024
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ft活动上线
parent
cf2451ef
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
activeFt/luckySpace/index.html
activeFt/luckySpace/lib/default.js
activeFt/luckySpace/index.html
View file @
6e5db0c9
This diff is collapsed.
Click to expand it.
activeFt/luckySpace/lib/default.js
View file @
6e5db0c9
...
@@ -110,7 +110,7 @@ function timeDeal2(e,star){
...
@@ -110,7 +110,7 @@ function timeDeal2(e,star){
var
endTime
=
e
;
var
endTime
=
e
;
var
newTime
=
star
;
var
newTime
=
star
;
var
Remain
=
Math
.
floor
((
endTime
-
newTime
)
/
1000
);
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
day
=
Math
.
floor
(
Remain
/
86400
);
var
hour
=
add0
(
Math
.
floor
(
Remain
%
86400
/
3600
));
var
hour
=
add0
(
Math
.
floor
(
Remain
%
86400
/
3600
));
if
(
hour
>
99
)
hour
=
99
;
if
(
hour
>
99
)
hour
=
99
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment