mirror of
https://github.com/PlayEdu/h5.git
synced 2025-07-22 13:44:03 +08:00
我的显示可是总进度
This commit is contained in:
parent
c1b17fa229
commit
9e4ac812ff
@ -241,14 +241,14 @@ const MemberPage = () => {
|
|||||||
<div className={styles["value"]}>
|
<div className={styles["value"]}>
|
||||||
<strong>
|
<strong>
|
||||||
{getTotal(
|
{getTotal(
|
||||||
stats.required_finished_course_count,
|
stats.required_finished_hour_count,
|
||||||
stats.nun_required_finished_course_count
|
stats.nun_required_finished_hour_count
|
||||||
)}{" "}
|
)}{" "}
|
||||||
</strong>
|
</strong>
|
||||||
/{" "}
|
/{" "}
|
||||||
{getTotal(
|
{getTotal(
|
||||||
stats.required_course_count,
|
stats.required_hour_count,
|
||||||
stats.nun_required_course_count
|
stats.nun_required_hour_count
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user