Commit f8a49305 by 王东红

fix

parent 0a345ad9
......@@ -58,7 +58,6 @@ define([
var position = $(window).scrollTop();
$(window).scroll(function() {
var scroll = $(this).scrollTop();
console.log(scroll)
if(scroll > position) {
//top
$('.scroll-active').css("box-shadow","unset");
......
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 to comment