Authored by 毕凯

code review by liangzhifeng

@@ -243,4 +243,10 @@ function scrollHandler() { @@ -243,4 +243,10 @@ function scrollHandler() {
243 } 243 }
244 244
245 //srcoll to load more 245 //srcoll to load more
246 -$(window).scroll(scrollHandler);  
  246 +$(window).scroll(scrollHandler);
  247 +
  248 +$(document).on('touchend', '.swiper-header', function() {
  249 + var url = $(this).find('.fav-more').attr('href');
  250 +
  251 + window.location.href = url;
  252 +});