| src/service/user.api.js | ●●●●● patch | view | raw | blame | history | |
| src/views/register/identity.vue | ●●●●● patch | view | raw | blame | history |
src/service/user.api.js
@@ -216,7 +216,7 @@ name: data.name, // 姓名 idFrontImg: data.frontFile.length && data.frontFile[0].resURL || '', idBackImg: data.reverseFile.length && data.reverseFile[0].resURL || '', handheldPhoto: data.fileList.length && data.fileList[0].resURL || '' // handheldPhoto: data.fileList.length && data.fileList[0].resURL || '' } }) } src/views/register/identity.vue
@@ -193,10 +193,10 @@ showToast(t('请上传完整证件信息')) return } if (fileList.value.length === 0) { showToast(t('请上传完整证件信息')) return } // if (fileList.value.length === 0) { // showToast(t('请上传完整证件信息')) // return // } if (status.value !== 0) { // router.push('/gooleVerify'); router.push('/finish'); @@ -206,7 +206,7 @@ idnumber: idnumber.value, frontFile: frontFile.value, reverseFile: reverseFile.value, fileList: fileList.value, // fileList: fileList.value, countryName: countryCode.value // countryName 存储的 code, 回来再遍历 }).then(() => { showToast(t('submitSuccess'))