# fu-upload 图片上传

# 平台差异

App H5 微信小程序 支付宝小程序 百度小程序 头条小程序

# 基本使用

<template>
  <view>
    <fu-upload 
      col="4" 
      max="3" 
      @change="handleImageUpload"
    ></fu-upload>
  </view>
</template>
1
2
3
4
5
6
7
8
9

# API

# Props

参数 说明
类型
默认值
可选值
平台差异
col 每行展示几个 Number,String 4 -
max 最大上传张数 Number,String 8 -
defData 默认数据,回显 Array [] -

# Events

事件名 说明
change 上传回调,返回图片id