Showing
2 changed files
with
4 additions
and
1 deletions
@@ -24,6 +24,9 @@ $('#nav-tab').delegate('li', 'touchstart', function() { | @@ -24,6 +24,9 @@ $('#nav-tab').delegate('li', 'touchstart', function() { | ||
24 | if ($(this).hasClass('focus')) { | 24 | if ($(this).hasClass('focus')) { |
25 | return; | 25 | return; |
26 | } | 26 | } |
27 | + | ||
27 | $navs.toggleClass('focus'); | 28 | $navs.toggleClass('focus'); |
28 | $contents.toggleClass('hide'); | 29 | $contents.toggleClass('hide'); |
30 | + | ||
31 | + $(document).trigger('scroll'); //Trigger lazyLoad | ||
29 | }); | 32 | }); |
@@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
11 | {{> guang/ps_item}} | 11 | {{> guang/ps_item}} |
12 | {{/ star}} | 12 | {{/ star}} |
13 | </ul> | 13 | </ul> |
14 | - <ul class="plus-content content"> | 14 | + <ul class="plus-content content hide"> |
15 | {{# plus}} | 15 | {{# plus}} |
16 | {{> guang/ps_item}} | 16 | {{> guang/ps_item}} |
17 | {{/ plus}} | 17 | {{/ plus}} |
-
Please register or login to post a comment