| | |
| | | </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`" |
| | | :headers="uploadHeader" accept=".jpg,.jpeg,.png,.gif.JPG,.JPEG,.PNG,.GIF" |
| | | :show-file-list="false" :on-success="holdIdCardSuccess" :on-error="onErrorUpload" |
| | |
| | | </el-icon> |
| | | </el-upload> |
| | | <p>{{ $t("message.user.shouchizhengjianzhao") }}</p> |
| | | </div> |
| | | </div> --> |
| | | </div> |
| | | <!-- 拍摄示例 --> |
| | | <div class="label label_top"> |
| | |
| | | // const { path, httpUrl } = res.data; |
| | | // this.twoImg = httpUrl; |
| | | const path = res.data; |
| | | this.twoImg = `${this.nowUrl}/wap/public/showimg!showImg.action?imagePath=${data}`; |
| | | this.twoImg = `${this.nowUrl}/wap/public/showimg!showImg.action?imagePath=${path}`; |
| | | this.idBackImg = path; |
| | | }, |
| | | //手持身份证 |
| | |
| | | // const { path, httpUrl } = res.data; |
| | | // this.threeImg = httpUrl; |
| | | const path = res.data; |
| | | this.threeImg = `${this.nowUrl}/wap/public/showimg!showImg.action?imagePath=${data}`; |
| | | this.threeImg = `${this.nowUrl}/wap/public/showimg!showImg.action?imagePath=${path}`; |
| | | this.handheldPhoto = path; |
| | | }, |
| | | |
| | |
| | | return; |
| | | } |
| | | |
| | | if (!this.idFrontImg || !this.idBackImg || !this.handheldPhoto) { |
| | | if (!this.idFrontImg || !this.idBackImg) { |
| | | this.$message.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") { |
| | | this.$message.success(this.$t("message.user.bangdingchenggong")); |
| | |
| | | /* 图片上传 */ |
| | | .image_upload { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | /* justify-content: space-between; */ |
| | | } |
| | | |
| | | .avatar-uploader .el-upload:hover { |