$('.leftDataScrollAuto').off('scroll').on('scroll',function(){
var bottomSubmit = $('.normalCaused').offset().top,
nowTop = $(D).scrollTop()+$(W).height();
totalPageNum = $('#totalPage').val();
if (nowTop > bottomSubmit) {
if (normalState === true) {
normalState = false;
$('.normalCaused span').text('正在加载中.....');
var timerD = setTimeout(function () {
clearTimeout(timerD);
nowPageNo++;
var options = {
pageNo: nowPageNo
}
CUST_WISH_TICKET.reloadPage(options);
}, 500);
}
}
});
var bottomSubmit = $('.normalCaused').offset().top,
nowTop = $(D).scrollTop()+$(W).height(); //获取当前页面底部距离顶部的高度距离
$aliBabaPairPageList.animate({'scrollTop': $('a[name="' + checkNames + '"]').offset().top + $aliBabaPairPageList.scrollTop() - $(window).scrollTop() - 100}, 500);
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-thumb {
background-color:
border-radius: 4px;
}
::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 4px;
}
vova:https://merchant-doc.vova.com.hk/