上传大小20m

This commit is contained in:
yunkexin 2025-11-26 10:20:30 +08:00
parent 61893ff470
commit 53c0d52800

View File

@ -1,7 +1,7 @@
<template>
<view class="full-upload" v-if="isShowBtn">
<view class="upload-plugin" v-if="isShowBlueButton">
<lsj-upload ref="fullUpload" childId="upload1" :option="option" :instantly="true" height="30px"
<lsj-upload ref="fullUpload" childId="upload1" :option="option" :instantly="true" height="30px" size="20"
@change="change" @uploadEnd="onuploadEnd" :multiple="false"> <!-- @progress="onprogre" -->
<view class="row">
<view class="btn" @click="handleTap">
@ -13,7 +13,7 @@
</view>
<!-- 上传的另一种形式 isShowBlueButton为false-->
<view class="upload-plugin-info" v-else>
<lsj-upload ref="fullUpload" childId="upload1" :option="option" :instantly="true" height="82px"
<lsj-upload ref="fullUpload" childId="upload1" :option="option" :instantly="true" height="82px" size="20"
@change="change" @uploadEnd="onuploadEnd" :multiple="false"> <!-- @progress="onprogre" -->
<view>
<view @click="handleTap">