Authored by yyq

请求分页参数商品列表reload问题修复

... ... @@ -465,7 +465,9 @@ function scrollHandler() {
$(document).height() - 0.25 * $goodsContainer.height() - 50)) {
if (typeof $pre !== 'undefined') {
if (defaultParams) {
search({type: 'category'}, defaultParams);
// search({type: 'category'}, defaultParams);
// 解决请求分页参数商品列表reload的临时方案,需赵彪确认是否影响其它
search(false, defaultParams);
} else {
search();
}
... ...