mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-12-29 21:13:31 +08:00
返回详情
This commit is contained in:
@@ -180,7 +180,12 @@ const CoursePalyPage = () => {
|
||||
{playendedStatus && (
|
||||
<div className={styles["alert-message"]}>
|
||||
{isLastpage && (
|
||||
<div className={styles["alert-button"]}>恭喜你学完最后一节</div>
|
||||
<div
|
||||
className={styles["alert-button"]}
|
||||
onClick={() => navigate(`/course/${params.courseId}`)}
|
||||
>
|
||||
恭喜你学完最后一节
|
||||
</div>
|
||||
)}
|
||||
{!isLastpage && (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user