| | |
| | | </div> |
| | | <div class="mt-32 font-26 h-20 textColor">{{ $t("证件反面") }}</div> |
| | | </div> |
| | | <div |
| | | <!-- <div |
| | | class="flex-1 flex flex-col text-center justify-center items-center" |
| | | > |
| | | <div class="upload-wrap"> |
| | |
| | | <div class="mt-32 font-26 h-20 textColor"> |
| | | {{ $t("手持证件照") }} |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | </div> |
| | | </div> |
| | | <template v-if="!disabled()"> |
| | |
| | | this.name = data.name; |
| | | this.frontFile = data.idimg_1 ? [{ url: data.idimg_1_path }] : []; |
| | | this.reverseFile = data.idimg_2 ? [{ url: data.idimg_2_path }] : []; |
| | | this.fileList = data.idimg_3 ? [{ url: data.idimg_3_path }] : []; |
| | | // this.fileList = data.idimg_3 ? [{ url: data.idimg_3_path }] : []; |
| | | } |
| | | }); |
| | | }, |