1
jhzh
2026-05-29 bbf6d337c9641c0d1bf2c57f05310e59c104990b
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,