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