mirror of https://github.com/layui/layui
parent
b5f6f89cfe
commit
7ddc0a39d6
|
@ -502,12 +502,7 @@ layui.define('layer' , function(exports){
|
||||||
|
|
||||||
othis.removeAttr('lay-over');
|
othis.removeAttr('lay-over');
|
||||||
setChooseFile(files);
|
setChooseFile(files);
|
||||||
|
options.auto ? that.upload() : setChooseText(files); //是否自动触发上传
|
||||||
if(options.auto){
|
|
||||||
that.upload(files);
|
|
||||||
} else {
|
|
||||||
setChooseText(files);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue