diff --git a/src/glcc/home/timerShaft/index.jsx b/src/glcc/home/timerShaft/index.jsx index 82b4bbb37..006cd41f7 100644 --- a/src/glcc/home/timerShaft/index.jsx +++ b/src/glcc/home/timerShaft/index.jsx @@ -54,7 +54,7 @@ function TimerShaft(props) { }, { title: "Step2", - date: "11月", + date: "10月", content: "优秀项目/学生公布及颁奖", noArrow: true, }] @@ -79,6 +79,9 @@ function TimerShaft(props) { step[0].date = formatParsedResult([{value: repoApply}], "startMonthDay") step[1].date = formatParsedResult([{value: repoApply}], "rangeConcatDot") } + // 审核项目及课题 + const auditProject = setting["auditProject"]; + auditProject && (step[2].date = formatParsedResult([{value: auditProject}], "rangeConcatDot")) // 学生报名 const stuApply = setting["stuApply"]; stuApply && (step[3].date = formatParsedResult([{value: stuApply}], "rangeConcatDot"))