...
|
...
|
@@ -90,8 +90,8 @@ function loadData($parent, url, page) { |
|
|
$parent.closest('.fav-type').find('.fav-null-box').removeClass('hide');
|
|
|
} else if (data === 'end') {
|
|
|
$parent.closest('.fav-type').find('.fav-load-background')
|
|
|
.removeClass('fav-load-background').html('没有更多了');
|
|
|
|
|
|
.removeClass('fav-load-background').html('没有更多了');
|
|
|
|
|
|
// hf: fixes bug to 修改没有数据还调接口,加载错误页面问题
|
|
|
brandLockId = true;
|
|
|
lockId = true;
|
...
|
...
|
@@ -241,5 +241,7 @@ $(window).scroll(scrollHandler); |
|
|
$(document).on('touchend', '.swiper-header', function() {
|
|
|
var url = $(this).find('.fav-more').attr('href');
|
|
|
|
|
|
window.location.href = url;
|
|
|
if (url) {
|
|
|
window.location.href = url;
|
|
|
}
|
|
|
}); |
...
|
...
|
|