Authored by 梁志锋

update

... ... @@ -311,4 +311,3 @@ $(window).scroll(function() {
search();
}
});
\ No newline at end of file
... ...
... ... @@ -314,6 +314,6 @@ $(window).scroll(function() {
//当scroll到1/4$goodsContainer高度后继续请求下一页数据
if ($(window).scrollTop() + winH >
$(document).height() - 0.25 * $goodsContainer.height()) {
+search();
search();
}
});
\ No newline at end of file
... ...
... ... @@ -88,6 +88,10 @@
{{#if page}}
<input id="page" type="hidden" value={{page}}>
{{/if}}
{{#if discount}}
<input id="page" type="hidden" value={{page}}>
{{/if}}
</div>
{{> layout/footer}}
\ No newline at end of file
... ...