Browse Source

img更换

master
Email 3 years ago
parent
commit
b7b29fe0af
6 changed files with 17 additions and 10 deletions
  1. BIN
      img/game1/successBgm.png
  2. BIN
      img/game2/game2Bgm.png
  3. BIN
      img/game2/successBgm.png
  4. BIN
      img/game3/bgm.png
  5. BIN
      img/loading.png
  6. 27
      index.html

BIN
img/game1/successBgm.png

Before After
Width: 1332  |  Height: 750  |  Size: 1.4 MiB Width: 1332  |  Height: 750  |  Size: 1.4 MiB

BIN
img/game2/game2Bgm.png

Before After
Width: 1334  |  Height: 750  |  Size: 1.6 MiB Width: 1334  |  Height: 750  |  Size: 1.6 MiB

BIN
img/game2/successBgm.png

Before After
Width: 1332  |  Height: 750  |  Size: 1014 KiB Width: 1332  |  Height: 750  |  Size: 1013 KiB

BIN
img/game3/bgm.png

Before After
Width: 1334  |  Height: 750  |  Size: 1.5 MiB Width: 1334  |  Height: 750  |  Size: 1.5 MiB

BIN
img/loading.png

Before After
Width: 1334  |  Height: 750  |  Size: 876 KiB Width: 1334  |  Height: 750  |  Size: 884 KiB

27
index.html

@ -12,10 +12,12 @@
<script src="js/style.js" type="text/javascript" charset="utf-8"></script> <script src="js/style.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" type="text/css" href="css/style.css" /> <link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/index.css" /> <link rel="stylesheet" type="text/css" href="css/index.css" />
<script src="http://h5.qishichuangke.cn/html5/resources/js/czczl/wx-config.js?vs=1.1.0" type="text/javascript" charset="utf-8"></script>
</head> </head>
<body> <body>
<div id="wrap"> <div id="wrap">
<!--加载页--> <!--加载页-->
<div class="loading"> <div class="loading">
<img src="img/loading.png" class="load" /> <img src="img/loading.png" class="load" />
@ -62,14 +64,19 @@
</html> </html>
<script src="js/common.js" type="text/javascript" charset="utf-8"></script> <script src="js/common.js" type="text/javascript" charset="utf-8"></script>
<script> <script>
// alert('建议横屏使用!')
getJssdk();
wx.ready(function() {
getReady(); //执行接口
})
// alert('建议横屏使用!')
$("#begin").load("begin.html"); $("#begin").load("begin.html");
$("#game1").load("game1.html"); $("#game1").load("game1.html");
// $("#game2").load("game2.html");
// $("#game3").load("game3.html");
// $("#game4").load("game4.html");
// $("#game5").load("game5.html");
// $("#success").load("success.html");
// $("#game2").load("game2.html");
// $("#game3").load("game3.html");
// $("#game4").load("game4.html");
// $("#game5").load("game5.html");
// $("#success").load("success.html");
$(document).ready(function() { $(document).ready(function() {
//进度条 //进度条
var percentage = 0; var percentage = 0;
@ -83,9 +90,9 @@
setTimeout(function() { setTimeout(function() {
clearInterval(interval) clearInterval(interval)
$('.flex-center').fadeOut(10) $('.flex-center').fadeOut(10)
// $('.begin').fadeIn(100)
$('.load').attr('src','img/begin.png')
$('.begin').css('display','block')
// $('.begin').fadeIn(100)
$('.load').attr('src', 'img/begin.png')
$('.begin').css('display', 'block')
}, 500); }, 500);
} }
}, 10); }, 10);

Loading…
Cancel
Save