Commit 9e0504ad authored by chenqikuai's avatar chenqikuai

fix: 修改图片上传文件大小限制

parent 507e46c0
<template>
<div class="van-hairline--bottom type-one" style="margin:15px 0;padding-bottom: 10px;">
<div class="title" style="color:#666C70;">{{proofSubItem.label}}</div>
<van-uploader :after-read="afterRead" v-model="fileList" :max-count="10" :before-delete="beforeDel" :max-size="1 * 1024 * 1024" @oversize="onOversize"></van-uploader>
<van-uploader :after-read="afterRead" v-model="fileList" :max-count="10" :before-delete="beforeDel" :max-size="5 * 1024 * 1024" @oversize="onOversize"></van-uploader>
</div>
</template>
......
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