Showing
3 changed files
with
4 additions
and
4 deletions
@@ -9962,9 +9962,9 @@ $(window).ready(function() { | @@ -9962,9 +9962,9 @@ $(window).ready(function() { | ||
9962 | imgH = $('#nav-top').outerHeight(); | 9962 | imgH = $('#nav-top').outerHeight(); |
9963 | nav1H = $('#nav').outerHeight(); | 9963 | nav1H = $('#nav').outerHeight(); |
9964 | main1H = $('#nav-main').height(); | 9964 | main1H = $('#nav-main').height(); |
9965 | - main1oH = $('#nav-main').outerHeight(); | ||
9966 | - nav2H = $('#list-nav').outerHeight(); | ||
9967 | - main2oH = $('#goods-container').outerHeight(); | 9965 | + main1oH = $('#nav-main').outerHeight(true); |
9966 | + nav2H = $('#list-nav').outerHeight(true); | ||
9967 | + main2oH = $('#goods-container').outerHeight(true); | ||
9968 | 9968 | ||
9969 | 9969 | ||
9970 | myScroll = new IScroll('#wrapper', { | 9970 | myScroll = new IScroll('#wrapper', { |
@@ -10229,7 +10229,7 @@ $subNav.on('touchend touchcancel', function(e) { | @@ -10229,7 +10229,7 @@ $subNav.on('touchend touchcancel', function(e) { | ||
10229 | if ($this.closest('.pos-list').length > 0) { | 10229 | if ($this.closest('.pos-list').length > 0) { |
10230 | $('.filter-mask').addClass('call-by-fix').css('top', ''); | 10230 | $('.filter-mask').addClass('call-by-fix').css('top', ''); |
10231 | } else { | 10231 | } else { |
10232 | - $('.filter-mask').removeClass('call-by-fix').css('top', $this.offset().top + nav1H - 13); | 10232 | + $('.filter-mask').removeClass('call-by-fix').css('top', $this.offset().top + nav1H); |
10233 | } | 10233 | } |
10234 | 10234 | ||
10235 | myScroll && myScroll.disable(); | 10235 | 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.
-
Please register or login to post a comment