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
8c61b358
authored
Jul 01, 2024
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ft活动上线
parent
80ea13d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
activeFt/queen/index.html
activeFt/queen/index.html
View file @
8c61b358
...
...
@@ -167,6 +167,7 @@ $(function(){
$
(
".rule-btn"
).
attr
(
"src"
,
"images/en/rule-btn.png"
)
}
showLazy1
()
showLazy
()
if
(
Math
.
random
()
>
0.5
){
$
(
".mc-box"
).
hide
()
...
...
@@ -211,6 +212,22 @@ $(function(){
var
ImgNum2
=
0
var
showT1
=
null
var
showT2
=
null
function
showLazy1
(){
var
imgList
=
[];
var
num
=
0
;
loadImage
()
function
loadImage
()
{
var
img
=
new
Image
();
img
.
addEventListener
(
"load"
,
loadHandler
);
img
.
src
=
"images/s1/未抽奖_"
+
imgAdd
(
num
)
+
".png"
;
}
function
loadHandler
()
{
imgList
.
push
(
this
.
cloneNode
());
num
++
;
if
(
num
>
49
)
{
return
;
}
this
.
src
=
"images/s1/未抽奖_"
+
imgAdd
(
num
)
+
".png"
;
}
}
function
showLazy
(){
var
imgList
=
[];
var
num
=
0
;
...
...
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