weui / react-weui

weui for react

Home Page:https://weui.github.io/react-weui/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uploader组件在设置multiple属性时对最大允许上传图片数的限制不对

wangdandong opened this issue · comments

commented

if (this.props.files.length >= this.props.maxCount) {

假如maxCount为4,在还没有添加图片的情况下,如果一次选择4张以上,这时对最大允许上传图片数的限制不对