mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-07 13:44:09 +08:00
commit
1312d4531b
@ -161,8 +161,8 @@ const CoursePage = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{learnRecord &&
|
{(!learnRecord ||
|
||||||
JSON.stringify(learnRecord) === "{}" &&
|
(learnRecord && JSON.stringify(learnRecord) === "{}")) &&
|
||||||
JSON.stringify(learnHourRecord) === "{}" && (
|
JSON.stringify(learnHourRecord) === "{}" && (
|
||||||
<Progress
|
<Progress
|
||||||
type="circle"
|
type="circle"
|
||||||
@ -174,8 +174,8 @@ const CoursePage = () => {
|
|||||||
format={(percent) => `${percent}%`}
|
format={(percent) => `${percent}%`}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{learnRecord &&
|
{(!learnRecord ||
|
||||||
JSON.stringify(learnRecord) === "{}" &&
|
(learnRecord && JSON.stringify(learnRecord) === "{}")) &&
|
||||||
JSON.stringify(learnHourRecord) !== "{}" && (
|
JSON.stringify(learnHourRecord) !== "{}" && (
|
||||||
<Progress
|
<Progress
|
||||||
type="circle"
|
type="circle"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user