Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / fsActive

  • This project
    • Loading...
  • Sign in
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 10 months ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

ft活动上线

parent 80ea13d3
Show whitespace changes
Inline Side-by-side
Showing 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;
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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