| | |
| | | <a-descriptions-item label="身份证号码"> |
| | | {{ currentDetails.idCard ? currentDetails.idCard : '--' }} |
| | | </a-descriptions-item> |
| | | <a-descriptions-item label="身份证号码1"> |
| | | <!-- <a-descriptions-item label="身份证号码1"> |
| | | {{ currentDetails.vaildNumber ? currentDetails.vaildNumber : '--' }} |
| | | </a-descriptions-item> |
| | | </a-descriptions-item> --> |
| | | <a-descriptions-item label="注册ip"> |
| | | {{ currentDetails.regIp ? currentDetails.regIp : '--' }} |
| | | </a-descriptions-item> |
| | |
| | | <a-descriptions-item label="注册时间"> |
| | | {{ currentDetails.regTime | moment }} |
| | | </a-descriptions-item> |
| | | <!-- <a-descriptions-item label="身份证正面"> |
| | | <img :src="currentDetails.img2Key" alt="" style="width:140px;height: 70px;"> |
| | | <a-descriptions-item label="身份证正面1"> |
| | | <el-image |
| | | style="width: 140px; height: 70px" |
| | | :src="currentDetails.img1Key" |
| | | :preview-src-list="[currentDetails.img1Key]" |
| | | > |
| | | </el-image> |
| | | </a-descriptions-item> |
| | | <a-descriptions-item label="身份证背面"> |
| | | <img :src="currentDetails.img1Key" alt="" style="width:140px;height: 70px;"> |
| | | <el-image |
| | | style="width: 140px; height: 70px" |
| | | :src="currentDetails.img2Key" |
| | | :preview-src-list="[currentDetails.img2Key]" |
| | | > |
| | | </el-image> |
| | | </a-descriptions-item> |
| | | <a-descriptions-item label="手持身份证"> |
| | | <img :src="currentDetails.img3Key" alt="" style="width:140px;height: 70px;"> |
| | | <!-- <a-descriptions-item label="手持身份证"> |
| | | <img :src="currentDetails.img3Key" alt="" style="width: 140px; height: 70px" /> |
| | | </a-descriptions-item> --> |
| | | </a-descriptions> |
| | | <div style="margin-top: 20px; display: flex; justify-content: center"> |
| | |
| | | bohuidialog: false, |
| | | bohuidialogloading: false, |
| | | bohuiform: this.$form.createForm(this), |
| | | srcList1: [this.currentDetails.img1Key], |
| | | srcList2: [this.currentDetails.img2Key], |
| | | } |
| | | }, |
| | | methods: { |
| | |
| | | userauthByAdmin(values).then((res) => { |
| | | if (res.status == 0) { |
| | | this.bohuidialog = false |
| | | this.$message.success({ content: res.msg, duration: 2 }) |
| | | this.$message.success(res.msg) |
| | | form.resetFields() |
| | | this.getinit() |
| | | } else { |
| | | this.$message.error({ content: res.msg }) |
| | | this.$message.error(res.msg) |
| | | } |
| | | this.bohuidialogloading = false |
| | | }) |
| | |
| | | this.userDialog = false |
| | | this.getinit() |
| | | } else { |
| | | this.$message.error({ content: res.msg }) |
| | | this.$message.error(res.msg) |
| | | } |
| | | this.userDialog = false |
| | | }) |