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