提交 54e7aea2 authored 作者: 钟是志's avatar 钟是志

文件上传组件 限制上传文件类型

上级 b7e8c250
......@@ -77,7 +77,6 @@ class UploadCom extends React.Component {
//图片上传之前进行判断
beforeUpload = (file) => {
console.log(this.otherProps);
const { limitImageSize, onlyPdf } = this.otherProps;
if(limitImageSize){ // 限制上传图片大小
return this.isSize(file).then((res) => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论