Authored by ccbikai(👎🏻🍜)

Merge remote-tracking branch 'origin/hotfix/installment'

... ... @@ -8,7 +8,8 @@
var $ = require('yoho-jquery'),
tip = require('../plugin/tip'),
bp = require('./burying-point'),
loading = require('../plugin/loading');
loading = require('../plugin/loading'),
lazyLoad = require('yoho-jquery-lazyload');
var ListData = function(opt) {
var self = this;
... ... @@ -83,6 +84,8 @@ ListData.prototype.getListData = function(page) {
ACTION_ID: 0,
REC_ID: self.opt.uuid
});
lazyLoad($('img.lazy'));
}
}
... ...