mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-07-20 03:59:41 +08:00
返回详情
This commit is contained in:
parent
ed016ce0a2
commit
10d7630550
@ -60,7 +60,6 @@
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
.alert-message {
|
||||
position: absolute;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user