code review by liangzhifeng
Showing
1 changed file
with
6 additions
and
0 deletions
@@ -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 | +}); |
-
Please register or login to post a comment