Authored by 毕凯

code review by liangzhifeng

... ... @@ -244,3 +244,9 @@ function scrollHandler() {
//srcoll to load more
$(window).scroll(scrollHandler);
$(document).on('touchend', '.swiper-header', function() {
var url = $(this).find('.fav-more').attr('href');
window.location.href = url;
});
... ...