Browse Source

实名认证修改

master
yangpeilai 1 week ago
parent
commit
99433a8fb2
1 changed files with 15 additions and 5 deletions
  1. 15
    5
      src/layout/components/RealNameAuthentication.vue

+ 15
- 5
src/layout/components/RealNameAuthentication.vue View File

<el-icon v-else class="avatar-uploader-icon"> <el-icon v-else class="avatar-uploader-icon">
<Plus /> <Plus />
</el-icon> </el-icon>
<template #tip>
<div class="el-upload__tip">
{{ item.placeholder }}
</div>
</template>
<!-- <template #tip>-->
<!-- <div class="el-upload__tip">-->
<!-- {{ item.placeholder }}-->
<!-- </div>-->
<!-- </template>-->
</el-upload> </el-upload>
</div> </div>
<div v-else> <div v-else>
const params = { const params = {
userType: 'PERSONAL', userType: 'PERSONAL',
userIdImgUrl: form.value.userIdImgUrl, userIdImgUrl: form.value.userIdImgUrl,
userIdBackImgUrl: form.value.userIdBackImgUrl,
idNum: form.value.idNum, idNum: form.value.idNum,
userName: form.value.name, userName: form.value.name,
address: form.value.address, address: form.value.address,
widthImg: 350, widthImg: 350,
height: 210 height: 210
}, },
{
prop: "userIdBackImgUrl",
label: "身份证背面照",
type: 'uploadImg',
formLabelWidth,
width: '80%',
widthImg: 350,
height: 210
},
{ {
prop: "", prop: "",
label: "", label: "",

Loading…
Cancel
Save