mirror of https://github.com/layui/layer
update photo plugin
parent
e7f28bceb2
commit
bd0e2c1c2f
|
@ -1232,7 +1232,7 @@ layer.photos = function(options, loop, key){
|
||||||
此处执行options中传入的end回调函数
|
此处执行options中传入的end回调函数
|
||||||
*/
|
*/
|
||||||
typeof end === 'function' && end();
|
typeof end === 'function' && end();
|
||||||
}
|
}
|
||||||
}, options));
|
}, options));
|
||||||
}, function(){
|
}, function(){
|
||||||
layer.close(dict.loadi);
|
layer.close(dict.loadi);
|
||||||
|
|
Loading…
Reference in New Issue