!358 解决IE11上传预览不显示的问题

Merge pull request !358 from 网游之鱼/master
pull/360/head
若依 3 years ago committed by Gitee
commit d7ed5a1f73

@ -44,6 +44,13 @@
return [].concat(this.map(lambda));
};
}
if (!document.currentScript) {
document.currentScript = function() {
var scripts = document.getElementsByTagName('script');
return scripts[scripts.length - 1];
}();
}
var $h, FileInput, getLoadingUrl = function () {
var src = document.currentScript.src, srcPath = src.substring(0, src.lastIndexOf("/"));

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save