Commit a182157e by doszhang

dos

parent 51a4e6d1
...@@ -132,7 +132,8 @@ function showRead(event) { ...@@ -132,7 +132,8 @@ function showRead(event) {
} }
function pageOnScroll(event) { function pageOnScroll(event) {
console.log(event) const top = $('.wrap').scrollTop();
console.log(top);
} }
function carousel(time) { function carousel(time) {
......
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