Kaynağa Gözat

实名认证修改

master
yangpeilai 1 hafta önce
ebeveyn
işleme
99433a8fb2
1 değiştirilmiş dosya ile 15 ekleme ve 5 silme
  1. 15
    5
      src/layout/components/RealNameAuthentication.vue

+ 15
- 5
src/layout/components/RealNameAuthentication.vue Dosyayı Görüntüle

@@ -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: "",

Loading…
İptal
Kaydet