mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-13 04:00:09 +08:00
点击最后一节返回课程
This commit is contained in:
parent
9ecff02070
commit
c76557541b
@ -123,7 +123,13 @@ export const VideoModel: React.FC<PropInterface> = ({
|
||||
{playendedStatus && (
|
||||
<div className={styles["alert-message"]}>
|
||||
{isLastpage && (
|
||||
<div className={styles["alert-button"]}>
|
||||
<div
|
||||
className={styles["alert-button"]}
|
||||
onClick={() => {
|
||||
window.player && window.player.destroy();
|
||||
onCancel();
|
||||
}}
|
||||
>
|
||||
恭喜你学完最后一节
|
||||
</div>
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user