upload-image

上传图片组件
Source:
Properties:
Name Type Description
maxCount number 最大上传数,默认为6张
lineCount number 单行显示的图片数,默认为3张
canEdit boolean 是否支持编辑,默认为true
files Array 图片列表,结构形如{url: string, fileId: string},url表示可访问路径,fileId表示文件标识
auto boolean 是否自动上传,默认为true
isBtnShownBefore boolean 上传按钮显示在前还是在后,默认为false,显示在后
apiUrl string 上传api url
header Object 上传api header
Fires:
  • event:done 上传完成分发事件