Merge branch 'layui:2.x' into 2.x

This commit is contained in:
sunxiaobin89
2023-07-26 22:32:02 +08:00
committed by GitHub

View File

@@ -588,8 +588,11 @@ layui.define(['lay','layer'], function(exports){
that.elemFile.off('upload.change').on('upload.change', function(){
var files = this.files || [];
if(files.length === 0) return;
extendAttrs.call(this);
setChooseFile(files);
options.auto ? that.upload() : setChooseText(files); // 是否自动触发上传
});