Authored by zhangxiaoru

sale tab高度

... ... @@ -74,9 +74,9 @@ $(function() {
}
});
$saleNavWrap.css({
height: $saleNavWrap.height()
});
// $saleNavWrap.css({
// height: $('.list-nav').height()
// });
$(window).on('scroll', function() {
if (!$filterMask.length) {
... ...