mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-18 23:23:45 +08:00
首页文案优化
This commit is contained in:
parent
c1b0bf28f7
commit
55964b28a1
@ -118,13 +118,13 @@ const IndexPage = () => {
|
||||
</div>
|
||||
<div className={styles["info"]}>
|
||||
<div className={styles["info-item"]}>
|
||||
<span>必修课:已完成课时</span>
|
||||
<span>必修课:已完成课程</span>
|
||||
<strong> {stats.required_finished_course_count || 0} </strong>
|
||||
<span>/ {stats.required_course_count || 0}</span>
|
||||
</div>
|
||||
{stats.nun_required_hour_count > 0 && (
|
||||
<div className={styles["info-item"]}>
|
||||
<span>选修课:已完成课时</span>
|
||||
<span>选修课:已完成课程</span>
|
||||
<strong>
|
||||
{" "}
|
||||
{stats.nun_required_finished_course_count || 0}{" "}
|
||||
|
Loading…
x
Reference in New Issue
Block a user