mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修复文件上传
This commit is contained in:
parent
7d6afeb48b
commit
1258d781d6
@ -560,7 +560,7 @@ $(function () {
|
|||||||
/*! 全局文件上传入口 */
|
/*! 全局文件上传入口 */
|
||||||
$.fn.uploadFile = function (callable) {
|
$.fn.uploadFile = function (callable) {
|
||||||
if (this.data('inited')) return false;
|
if (this.data('inited')) return false;
|
||||||
var that = this, mult = 'one|btn'.indexOf(this.data('file') || 'one') > -1 ? 1 : 0;
|
var that = this, mult = 'one|btn'.indexOf(this.data('file') || 'one') > -1 ? 0 : 1;
|
||||||
this.data('inited', true).data('multiple', mult), require(['upload'], function (apply) {
|
this.data('inited', true).data('multiple', mult), require(['upload'], function (apply) {
|
||||||
apply.call(this, that, callable);
|
apply.call(this, that, callable);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user