src/views/authentication/index.vue
@@ -180,7 +180,14 @@ showToast(t('pleaseSelectBirth')); return; } // 证件照非必填,不校验 frontFile/reverseFile if (!frontFile.value.length || !frontFile.value[0]?.resURL) { showToast(frontFile.value[0]?.status === 'uploading' ? t('uploading') : t('uploadComplete')); return; } if (!reverseFile.value.length || !reverseFile.value[0]?.resURL) { showToast(reverseFile.value[0]?.status === 'uploading' ? t('uploading') : t('uploadComplete')); return; } _applyIdentify({ countryName: countryCode.value,