<van-uploader
preview-size="120rpx"
multiple="{{true}}"
disabled="{{disabled}}"
useBeforeRead="{{true}}"
name="{{dataJsonObj.fieldCode}}"
accept="{{accept}}"
max-count="{{dataJsonObj.maxCount||9}}"
max-size="{{dataJsonObj.inputType=='uploadImg'?(200*1024*1024):(80*1024*1024)}}"
upload-icon="plus"
file-list="{{fileList}}"
deletable="{{!disabled}}"
show-upload="{{!disabled}}"
bind:oversize="oversize"
bind:before-read="beforeRead"
bind:after-read="afterRead"
bind:delete="delete"
bind:longpress="longpressFn"
/>