Commit 4f5a8ac3 by doszhang

dos

parent 0b3590f4
...@@ -44,12 +44,13 @@ if ($('div').length > 0) { ...@@ -44,12 +44,13 @@ if ($('div').length > 0) {
preloadimages(preloadImageList, function () { preloadimages(preloadImageList, function () {
$('.loading-page').hide();
$('.home-page').show();
}, function (progress) { }, function (progress) {
$('.loading-page .progress').css('width', (16.6 / 100) * (progress * 100) + 'rem');
}); });
$('.loading-page').show();
//海报canvas //海报canvas
let posterCanvas; let posterCanvas;
......
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