| | |
| | | </el-upload> |
| | | <p>{{ $t("message.user.zhengjianfanmian") }}</p> |
| | | </div> |
| | | <div class="text-center"> |
| | | <!-- <div class="text-center"> |
| | | <el-upload class="avatar-uploader" :action="`${nowUrl}/wap/public/uploadimg!execute.action`" |
| | | accept=".jpg,.jpeg,.png,.gif.JPG,.JPEG,.PNG,.GIF" :show-file-list="false" :on-success="holdIdCardSuccess" |
| | | :on-error="onErrorUpload" :before-upload="beforeAvatarUpload" :disabled="identifyStatus == 1"> |
| | | :on-error="onErrorUpload" :before-upload="beforeAvatarUpload" :disabled="identifyStatus == 1"> --> |
| | | <!-- v-if=" |
| | | handheldPhoto || identifyStatus == 2 || identifyStatus == 3 |
| | | " --> |
| | | <img v-if="threeImg" :src="threeImg" class="avatar" /> |
| | | <!-- <img v-if="threeImg" :src="threeImg" class="avatar" /> |
| | | <el-icon v-else class="avatar-uploader-icon"> |
| | | <Plus /> |
| | | </el-icon> |
| | | </el-upload> |
| | | <p>{{ $t("message.user.shouchizhengjianzhao") }}</p> |
| | | </div> |
| | | </div> --> |
| | | </div> |
| | | <!-- 操作按钮 --> |
| | | <div class="bind_btn"> |
| | |
| | | return; |
| | | } |
| | | |
| | | if (!this.oneImg || !this.twoImg || !this.threeImg) { |
| | | if (!this.oneImg || !this.twoImg) { |
| | | ElMessage.warning(this.$t("message.user.shangchuan6")); |
| | | return; |
| | | } |
| | |
| | | name: this.name, |
| | | idimg_1: this.idFrontImg, |
| | | idimg_2: this.idBackImg, |
| | | idimg_3: this.handheldPhoto, |
| | | // idimg_3: this.handheldPhoto, |
| | | }).then((res) => { |
| | | if (res.code == "0") { |
| | | // 出来一个弹窗,显示已经提交成功 |
| | |
| | | |
| | | .image_upload { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | /* justify-content: space-between; */ |
| | | justify-content: flex-start; |
| | | } |
| | | |
| | | .avatar-uploader .el-upload:hover { |