| | |
| | | <view class="form-item before-line m-t-20 p-b-20" v-if="dto.idcardType=='身份证'"> |
| | | <view class="label required">身份证正反面</view> |
| | | <view class="m-l-a m-r-0 flex"> |
| | | <view class="component-button-upload m-r-15" @click="uploadIcon('idCards')"> |
| | | <!-- <view class="component-button-upload m-r-15" @click="uploadIcon('idCards')"> |
| | | |
| | | </view> |
| | | </view> --> |
| | | <view class="component-button-upload" @click="uploadIcon('idCards')"> |
| | | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="flex p20" style="padding-top: 0rpx;padding-bottom: 10rpx" |
| | | v-if="dto.idCards&&dto.idCards.length>0"> |
| | | v-if="dto.idcardType=='身份证'&&dto.idCards&&dto.idCards.length>0"> |
| | | <view class="m-t-12 m-r-10 " v-for="(tBanner,index) of dto.idCards" :key="index"> |
| | | <image class="banner-img" :src="tBanner.url" @click.stop="previewImg(tBanner.url)"> |
| | | |
| | |
| | | </view> |
| | | </view> |
| | | <view class="flex p20" style="padding-top: 0rpx;padding-bottom: 10rpx" |
| | | v-if="dto.pictures&&dto.pictures.length>0"> |
| | | v-if="dto.idcardType=='营业执照'&&dto.pictures&&dto.pictures.length>0"> |
| | | <view class="m-t-12 m-r-10 " v-for="(tBanner,index) of dto.pictures" :key="index"> |
| | | <image class="banner-img" :src="tBanner.url" @click.stop="previewImg(tBanner.url)"> |
| | | |