mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-28 18:42:42 +08:00
首页学习进度显示逻辑优化
This commit is contained in:
parent
10d7630550
commit
5d61affa03
@ -63,7 +63,7 @@ export const CoursesModel: React.FC<PropInterface> = ({
|
||||
trailColor="#F6F6F6"
|
||||
/>
|
||||
)}
|
||||
{progress === 100 && (
|
||||
{progress >= 100 && (
|
||||
<div className={styles["success"]}>
|
||||
<Image width={24} height={24} src={mediaIcon} preview={false} />
|
||||
<span className="ml-8">恭喜你学完此课程!</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user