1
2026-05-31 304f819d3e9b2498ebdb70b99b632cda67725a52
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,