This commit is contained in:
sentsin
2016-11-10 02:31:39 +08:00
parent e7f1a4ad42
commit 31a0586501
43 changed files with 847 additions and 379 deletions

View File

@@ -65,7 +65,7 @@ layui.define('jquery', function(exports){
if(options.isLazyimg){
var lazyimg = that.lazyimg({
elem: options.elem + ' img'
,scrollElem: scrollElem
,scrollElem: options.scrollElem
});
}