提交 ffe7dc5c authored 作者: 王鹏飞's avatar 王鹏飞

fix: 修复报名申请在未提交入学日期的情况下不显示操作引导的问题

上级 14643f85
...@@ -92,7 +92,7 @@ export default { ...@@ -92,7 +92,7 @@ export default {
this.progress = progress this.progress = progress
const welcomeShowed = window.localStorage.getItem(this.user.id) === 'true' const welcomeShowed = window.localStorage.getItem(this.user.id) === 'true'
material.attachments = material.attachments || [] material.attachments = material.attachments || []
if (!material.basic_info.admission_date && !welcomeShowed) { if (!material.basic_info?.admission_date && !welcomeShowed) {
this.welcomeShow = true this.welcomeShow = true
} }
} else { } else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论