补充loading.js
This commit is contained in:
14
index.html
14
index.html
@@ -235,13 +235,13 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
// 3秒后关闭loading动画
|
// 3秒后关闭loading动画
|
||||||
// $(document).ready(function () {
|
$(document).ready(function () {
|
||||||
// $('body').css({overflow: 'hidden'});
|
$('body').css({overflow: 'hidden'});
|
||||||
// setTimeout(function () {
|
setTimeout(function () {
|
||||||
// $('body').css({overflow: 'auto'});
|
$('body').css({overflow: 'auto'});
|
||||||
// $('#loading').fadeOut();
|
$('#loading').fadeOut();
|
||||||
// }, 3000);
|
}, 3000);
|
||||||
// });
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user