Showing
3 changed files
with
5 additions
and
2 deletions
@@ -314,6 +314,6 @@ $(window).scroll(function() { | @@ -314,6 +314,6 @@ $(window).scroll(function() { | ||
314 | //当scroll到1/4$goodsContainer高度后继续请求下一页数据 | 314 | //当scroll到1/4$goodsContainer高度后继续请求下一页数据 |
315 | if ($(window).scrollTop() + winH > | 315 | if ($(window).scrollTop() + winH > |
316 | $(document).height() - 0.25 * $goodsContainer.height()) { | 316 | $(document).height() - 0.25 * $goodsContainer.height()) { |
317 | - +search(); | 317 | + search(); |
318 | } | 318 | } |
319 | }); | 319 | }); |
@@ -88,6 +88,10 @@ | @@ -88,6 +88,10 @@ | ||
88 | {{#if page}} | 88 | {{#if page}} |
89 | <input id="page" type="hidden" value={{page}}> | 89 | <input id="page" type="hidden" value={{page}}> |
90 | {{/if}} | 90 | {{/if}} |
91 | + | ||
92 | + {{#if discount}} | ||
93 | + <input id="page" type="hidden" value={{page}}> | ||
94 | + {{/if}} | ||
91 | 95 | ||
92 | </div> | 96 | </div> |
93 | {{> layout/footer}} | 97 | {{> layout/footer}} |
-
Please register or login to post a comment