Commit 37d386f8 by doszhang

dos

parent 747973bf
...@@ -70,10 +70,10 @@ preloadimages(preloadImageList, function () { ...@@ -70,10 +70,10 @@ preloadimages(preloadImageList, function () {
} }
//海报测试逻辑 //海报测试逻辑
$('.loading-page').fadeOut(); // $('.loading-page').fadeOut();
$('.wrap-inner').prepend($('<div class="font">1</div>')); // $('.wrap-inner').prepend($('<div class="font">1</div>'));
showPosterPage(); // showPosterPage();
createPoster(); // createPoster();
}, 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