Authored by 王水玲

热销排行榜 bug 修改

... ... @@ -52,7 +52,10 @@ function hotrank(page, sort, tabId, notab) {
$('#yoho-footer').css('position', 'static');
listTop = $('.rank-main').find('ul').offset().top;
} else {
$('#yoho-footer').css('position', 'fixed');
$('#yoho-footer').css({
position: 'fixed',
width: '100%'
});
}
navSwiper = new Swiper('.s-goods-nav', {
grabCursor: true,
... ...