1
This commit is contained in:
parent
cf48d11678
commit
c2c5f5e477
@ -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" size="20"
|
||||
<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" size="20"
|
||||
<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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user