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