Commit 5865e19f by doszhang

dos

parent 6013956f
......@@ -54,7 +54,7 @@ preloadimages(preloadImageList, function () {
let i = 50;
let timer = setInterval(function () {
if (i < 100) {
$('.loading-page .loading-text').text(Math.floor(progress * 50) + '%');
$('.loading-page .loading-text').text(i + '%');
} else {
$('.home-page').fadeIn(300);
$('.home-page .candle-block').addClass('animate');
......
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