outlets index search update
Showing
1 changed file
with
3 additions
and
2 deletions
@@ -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 | } |
-
Please register or login to post a comment