Commit f4cb8c15 by doszhang

dos

parent 3ca6d946
...@@ -65,7 +65,7 @@ preloadimages(preloadImageList, function () {}, function (progress) {}); ...@@ -65,7 +65,7 @@ preloadimages(preloadImageList, function () {}, function (progress) {});
$(document).ready(function () { $(document).ready(function () {
carousel(100); carousel(100);
document.addEventListener('touchstart', function () {}, false); document.addEventListener('touchstart', function () {}, false);
$('.wrap-inner').on('scroll', pageOnScroll); $('.wrap').on('scroll', pageOnScroll);
// for (let i = 0; i < 21; i++) { // for (let i = 0; i < 21; i++) {
// $('.read' + i).show().addClass('read'); // $('.read' + i).show().addClass('read');
// $('.link' + i).hide(); // $('.link' + i).hide();
......
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