Showing
1 changed file
with
4 additions
and
1 deletions
@@ -8,7 +8,8 @@ | @@ -8,7 +8,8 @@ | ||
8 | var $ = require('yoho-jquery'), | 8 | var $ = require('yoho-jquery'), |
9 | tip = require('../plugin/tip'), | 9 | tip = require('../plugin/tip'), |
10 | bp = require('./burying-point'), | 10 | bp = require('./burying-point'), |
11 | - loading = require('../plugin/loading'); | 11 | + loading = require('../plugin/loading'), |
12 | + lazyLoad = require('yoho-jquery-lazyload'); | ||
12 | 13 | ||
13 | var ListData = function(opt) { | 14 | var ListData = function(opt) { |
14 | var self = this; | 15 | var self = this; |
@@ -83,6 +84,8 @@ ListData.prototype.getListData = function(page) { | @@ -83,6 +84,8 @@ ListData.prototype.getListData = function(page) { | ||
83 | ACTION_ID: 0, | 84 | ACTION_ID: 0, |
84 | REC_ID: self.opt.uuid | 85 | REC_ID: self.opt.uuid |
85 | }); | 86 | }); |
87 | + | ||
88 | + lazyLoad($('img.lazy')); | ||
86 | } | 89 | } |
87 | } | 90 | } |
88 | 91 |
-
Please register or login to post a comment