Commit 5556ffe5 by doszhang

dos

parent f9eb4d5e
......@@ -61,8 +61,8 @@ if ($('div').length > 0) {
$('.loading-page').show();
preloadimages(preloadImageList, function () {
// $('.loading-page').hide();
// $('.home-page').show();
$('.loading-page').hide();
$('.home-page').show();
}, function (progress) {
$('.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