mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 20:04:09 +00:00
fix(Uploader): before-read return true not work #7493
This commit is contained in:
@@ -194,10 +194,11 @@ export default createComponent({
|
||||
}
|
||||
})
|
||||
.catch(resetInput);
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
readFile(files);
|
||||
}
|
||||
|
||||
readFile(files);
|
||||
};
|
||||
|
||||
let imagePreview;
|
||||
|
Reference in New Issue
Block a user