上传大小20m
This commit is contained in:
parent
61893ff470
commit
53c0d52800
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="full-upload" v-if="isShowBtn">
|
<view class="full-upload" v-if="isShowBtn">
|
||||||
<view class="upload-plugin" v-if="isShowBlueButton">
|
<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" -->
|
@change="change" @uploadEnd="onuploadEnd" :multiple="false"> <!-- @progress="onprogre" -->
|
||||||
<view class="row">
|
<view class="row">
|
||||||
<view class="btn" @click="handleTap">
|
<view class="btn" @click="handleTap">
|
||||||
@ -13,7 +13,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<!-- 上传的另一种形式 isShowBlueButton为false-->
|
<!-- 上传的另一种形式 isShowBlueButton为false-->
|
||||||
<view class="upload-plugin-info" v-else>
|
<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" -->
|
@change="change" @uploadEnd="onuploadEnd" :multiple="false"> <!-- @progress="onprogre" -->
|
||||||
<view>
|
<view>
|
||||||
<view @click="handleTap">
|
<view @click="handleTap">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user