Authored by 郝肖肖

gulp ge shop

... ... @@ -9962,9 +9962,9 @@ $(window).ready(function() {
imgH = $('#nav-top').outerHeight();
nav1H = $('#nav').outerHeight();
main1H = $('#nav-main').height();
main1oH = $('#nav-main').outerHeight();
nav2H = $('#list-nav').outerHeight();
main2oH = $('#goods-container').outerHeight();
main1oH = $('#nav-main').outerHeight(true);
nav2H = $('#list-nav').outerHeight(true);
main2oH = $('#goods-container').outerHeight(true);
myScroll = new IScroll('#wrapper', {
... ... @@ -10229,7 +10229,7 @@ $subNav.on('touchend touchcancel', function(e) {
if ($this.closest('.pos-list').length > 0) {
$('.filter-mask').addClass('call-by-fix').css('top', '');
} else {
$('.filter-mask').removeClass('call-by-fix').css('top', $this.offset().top + nav1H - 13);
$('.filter-mask').removeClass('call-by-fix').css('top', $this.offset().top + nav1H);
}
myScroll && myScroll.disable();
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.