mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Uploader): before-read return true not work #7493
This commit is contained in:
parent
a93ef7b5f6
commit
fdac9b15f5
@ -194,10 +194,11 @@ export default createComponent({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(resetInput);
|
.catch(resetInput);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
|
|
||||||
readFile(files);
|
readFile(files);
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
let imagePreview;
|
let imagePreview;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user