Commit 7185bd5b by doszhang

dos

parent b02acb0c
...@@ -47,14 +47,18 @@ if ($('div').length > 0) { ...@@ -47,14 +47,18 @@ if ($('div').length > 0) {
$('.loading-page').show(); $('.loading-page').show();
preloadimages(preloadImageList, function () { preloadimages(preloadImageList, function () {
setTimeout(function () {
$('.loading-page').hide(); $('.loading-page').hide();
// $('.home-page').show(); // $('.home-page').show();
$('.poster-page').show(); $('.poster-page').show();
createPoster(function () { createPoster(function () {
$('#notification_area').remove(); $('#notification_area').remove();
}); });
}, 1000);
}, function (progress) { }, function (progress) {
$('.loading-page .progress').css('width', (16.6 / 100) * (progress * 100) + 'rem'); $('.loading-page .progress').css('width', (16.6 / 100) * (progress * 100) + 'rem');
}); });
......
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