Authored by 毕凯

code review by liangzhifeng

@@ -244,3 +244,9 @@ function scrollHandler() { @@ -244,3 +244,9 @@ function scrollHandler() {
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 +});