|
|
@@ -38,11 +38,11 @@ |
|
|
|
<el-icon v-else class="avatar-uploader-icon"> |
|
|
|
<Plus /> |
|
|
|
</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> |
|
|
|
</div> |
|
|
|
<div v-else> |
|
|
@@ -143,6 +143,7 @@ |
|
|
|
const params = { |
|
|
|
userType: 'PERSONAL', |
|
|
|
userIdImgUrl: form.value.userIdImgUrl, |
|
|
|
userIdBackImgUrl: form.value.userIdBackImgUrl, |
|
|
|
idNum: form.value.idNum, |
|
|
|
userName: form.value.name, |
|
|
|
address: form.value.address, |
|
|
@@ -226,6 +227,15 @@ |
|
|
|
widthImg: 350, |
|
|
|
height: 210 |
|
|
|
}, |
|
|
|
{ |
|
|
|
prop: "userIdBackImgUrl", |
|
|
|
label: "身份证背面照", |
|
|
|
type: 'uploadImg', |
|
|
|
formLabelWidth, |
|
|
|
width: '80%', |
|
|
|
widthImg: 350, |
|
|
|
height: 210 |
|
|
|
}, |
|
|
|
{ |
|
|
|
prop: "", |
|
|
|
label: "", |