Authored by runner

outlets index search update

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