改动: - 页面加载时检查用户是否已投递该职位 - 已投递的职位禁用投递按钮 - 按钮显示'已投递'而非'立即投递' - 用户重复点击时显示警告提示'您已投递过该职位' - 样式:禁用按钮改为灰色,cursor 改为 not-allowed 效果: - 防止用户误操作或恶意重复投递 - 清晰提示用户已投递状态 - 即使刷新页面也能显示正确的投递状态 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| README.md | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| vite.config.js | ||
README.md
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.