Authored by 李靖

分页bu gbug

... ... @@ -28,7 +28,8 @@ class materialModel extends global.yoho.BaseModel {
let options = {
data: {
method: 'app.search.recommendProduct',
type: 'default'
type: 'default',
limit: 24
},
param: {
code: 200
... ...
... ... @@ -227,7 +227,7 @@ const popularityFilter = function(thisLi, type) {
};
$listNav.on('touchend touchcancel', function(e) {
page = 0;
page = 1;
beforeScroll = $(window).scrollTop();
isScrollLoad = false;
... ...