Commit aad7a2c7 by doszhang

dos

parent 3b5a4795
...@@ -60,7 +60,7 @@ preloadimages(preloadImageList, function () { ...@@ -60,7 +60,7 @@ preloadimages(preloadImageList, function () {
$('.wrap-inner').prepend($('<div class="font">1</div>')); $('.wrap-inner').prepend($('<div class="font">1</div>'));
clearInterval(musicTime); clearInterval(musicTime);
} }
}); }, 100);
}, function (progress) { }, function (progress) {
$('.loading-page .loading-text').text(Math.floor(progress * 100) + '%'); $('.loading-page .loading-text').text(Math.floor(progress * 100) + '%');
......
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