Commit 3548861f by doszhang

dos

parent 0c415fad
...@@ -93,9 +93,9 @@ $('.video3').append('<video poster="/Public/static/image2/video3.jpg" webkit-pla ...@@ -93,9 +93,9 @@ $('.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();
preloadimages(preloadImageList, function () { preloadimages(preloadImageList, function () {
$('.home-page').show(); // $('.home-page').show();
}, function (progress) {}); }, function (progress) {});
$(document).ready(function () { $(document).ready(function () {
......
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