mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-04-11 10:37:23 +00:00
新增 页码定位 美化前端 其他功能调整等
This commit is contained in:
@@ -2612,7 +2612,8 @@
|
||||
return this.destroy();
|
||||
}
|
||||
var images = [];
|
||||
forEach(isImg ? [element] : element.querySelectorAll('img'), function (image) {
|
||||
//console.log('Hello, World!');
|
||||
forEach(isImg ? [element] : element.querySelectorAll('div'), function (image) {
|
||||
if (isFunction(options.filter)) {
|
||||
if (options.filter.call(_this12, image)) {
|
||||
images.push(image);
|
||||
@@ -2989,7 +2990,8 @@
|
||||
}
|
||||
var isImg = element.localName === 'img';
|
||||
var images = [];
|
||||
forEach(isImg ? [element] : element.querySelectorAll('img'), function (image) {
|
||||
// console.log('Hello, World!');
|
||||
forEach(isImg ? [element] : element.querySelectorAll('div'), function (image) {
|
||||
if (isFunction(options.filter)) {
|
||||
if (options.filter.call(_this, image)) {
|
||||
images.push(image);
|
||||
|
||||
Reference in New Issue
Block a user