This commit is contained in:
yunkexin 2025-12-02 13:47:54 +08:00
parent cf48d11678
commit c2c5f5e477

View File

@ -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" size="20" <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" size="20" <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">