| | |
| | | </view>
|
| | | </view>
|
| | | <view class="flex p20" style="padding-top: 0rpx;padding-bottom: 10rpx"
|
| | | v-if="dto.idcardType=='身份证'&&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.idcardType=='营业执照'&&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)">
|
| | |
|