Commit 25de7947 by wufan

feat:增加console

parent 4d4c9097
......@@ -168,7 +168,7 @@
left: 1px;
z-index: 10;
background: #fff;
width: 630px;
width: 628px;
text-indent: 16px;
line-height: 40px;
}
......
......@@ -221,6 +221,7 @@ class SelectPrepareFileModal extends React.Component {
maxSelectLength
} = this.props;
console.log('selectedFileList',selectedFileList)
if (multiple) {
const currSelectedFileList = [...(prevSelectedFileList || []), ...selectedFileList];
// 最多选择20个文件,判断是否超出了20个
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment