Commit 6239094b by doszhang

dos

parent 2975be35
...@@ -93,7 +93,7 @@ $('.video3').append('<video poster="/Public/static/image2/video3.jpg" webkit-pla ...@@ -93,7 +93,7 @@ $('.video3').append('<video poster="/Public/static/image2/video3.jpg" webkit-pla
const video1 = document.getElementById("video1"); const video1 = document.getElementById("video1");
const video2 = document.getElementById("video2"); const video2 = document.getElementById("video2");
const video3 = document.getElementById("video3"); const video3 = document.getElementById("video3");
$('.home-page').show(); $('.page1').show();
preloadimages(preloadImageList, function () { preloadimages(preloadImageList, function () {
// $('.home-page').show(); // $('.home-page').show();
}, function (progress) {}); }, function (progress) {});
......
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