bug处理

This commit is contained in:
2026-07-13 23:01:49 +08:00
parent aed2535ab2
commit 7abe158dbb
12 changed files with 403 additions and 36 deletions
+4 -2
View File
@@ -126,7 +126,7 @@
<input ref="fileInputRef" type="file" accept=".pdf,.doc,.docx" class="login-view__file-input" @change="handleFileChange" />
<!-- 上传按钮 -->
<button class="login-view__upload-btn" @click="triggerFileInput">+ 上传简历</button>
<div class="tac"><span class="color-middle cursor-po fs14" @click="handleEnterDashboard">跳过稍后填写</span></div>
<!-- <div class="tac"><span class="color-middle cursor-po fs14" @click="handleEnterDashboard">跳过稍后填写</span></div>-->
</template>
<!-- 状态2解析中 parsing -->
@@ -210,7 +210,9 @@
<template v-if="resumeState === 'failed'">
<div class="login-view__heading m0auto">
<h2 class="login-view__title">简历上传失败</h2>
<p class="login-view__subtitle">文件没有解析成功请检查格式后重新上传 <span class="color-accent cursor-po" @click="handleEnterDashboard">跳过稍后填写</span></p>
<p class="login-view__subtitle">文件没有解析成功请检查格式后重新上传
<!-- <span class="color-accent cursor-po" @click="handleEnterDashboard">跳过稍后填写</span>-->
</p>
</div>
<!-- 失败面板 -->
<div class="login-view__failed-panel">