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