uniapp中的uni-file-picker组件图片上传,删除
·
<template>
<view class="m-upload">
<uni-file-picker v-model="imageData" :readonly="readonly" :fileMediatype="fileMediatype" :mode="mode"
:fileExtname="fileExtname" :limit="limit" :autoUpload="autoUpload" :disablePreview="disablePreview"
:delIcon="delIcon" @delete="onDelete" :image-styles="imageStyles" @select="onSelect"
@progress="onProgress" @success="onSuccess" @fail="onFail">
<image src="@/static/images/upload.png" style="width: 304rpx; height: 220rpx; object-fit: cover;">
</image>
</uni-file-picker>
</view>
</template>
更多推荐

所有评论(0)