|
@@ -9,7 +9,7 @@
|
|
<!-- 公司营业执照上传 -->
|
|
<!-- 公司营业执照上传 -->
|
|
<view v-if="license1 != ''">
|
|
<view v-if="license1 != ''">
|
|
<upload :file-list='businesslicense' v-if="consentStatus == true" class="upload" ref="upload" :action="action"
|
|
<upload :file-list='businesslicense' v-if="consentStatus == true" class="upload" ref="upload" :action="action"
|
|
- :max-size="maxSize" :max-count="1" :size-type="['compressed']" @on-success="getImgUrl"
|
|
|
|
|
|
+ :max-size="maxSize" delIconSize='30' delBgColor='rgba(0,0,0,0.4)' delIcon="trash" :max-count="1" :size-type="['compressed']" @on-success="getImgUrl"
|
|
@on-remove="onRemove" @on-uploaded="isAdd = true" :before-upload="filterFileType"
|
|
@on-remove="onRemove" @on-uploaded="isAdd = true" :before-upload="filterFileType"
|
|
:options="uploadOptions" :custom="uploadCustom"></upload>
|
|
:options="uploadOptions" :custom="uploadCustom"></upload>
|
|
</view>
|
|
</view>
|
|
@@ -35,12 +35,12 @@
|
|
<view>
|
|
<view>
|
|
<!-- <image src="../../static/img/authentication/business.png" mode=""></image> -->
|
|
<!-- <image src="../../static/img/authentication/business.png" mode=""></image> -->
|
|
<!-- 个人身份证正面 -->
|
|
<!-- 个人身份证正面 -->
|
|
- <upload class="upload" ref="upload1" :action="action" :max-size="maxSize" :max-count="1"
|
|
|
|
|
|
+ <upload class="upload" ref="upload1" delIcon="trash" :action="action" :max-size="maxSize" :max-count="1"
|
|
:size-type="['compressed']" @on-success="getImgUrl1" @on-remove="onRemove"
|
|
:size-type="['compressed']" @on-success="getImgUrl1" @on-remove="onRemove"
|
|
@on-uploaded="isAdd = true" :before-upload="filterFileType" :options="uploadOptions1"
|
|
@on-uploaded="isAdd = true" :before-upload="filterFileType" :options="uploadOptions1"
|
|
:custom="uploadCustom1"></upload>
|
|
:custom="uploadCustom1"></upload>
|
|
<!-- 个人身份证反面 -->
|
|
<!-- 个人身份证反面 -->
|
|
- <upload class="upload" ref="upload2" :action="action" :max-size="maxSize" :max-count="1"
|
|
|
|
|
|
+ <upload class="upload" ref="upload2" delIcon="trash" :action="action" :max-size="maxSize" :max-count="1"
|
|
:size-type="['compressed']" @on-success="getImgUrl2" @on-remove="onRemove"
|
|
:size-type="['compressed']" @on-success="getImgUrl2" @on-remove="onRemove"
|
|
@on-uploaded="isAdd = true" :before-upload="filterFileType" :options="uploadOptions2"
|
|
@on-uploaded="isAdd = true" :before-upload="filterFileType" :options="uploadOptions2"
|
|
:custom="uploadCustom2"></upload>
|
|
:custom="uploadCustom2"></upload>
|