outlets index search update
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -473,8 +473,9 @@ function scrollHandler() { | @@ -473,8 +473,9 @@ function scrollHandler() { | ||
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