mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-12-23 20:19:48 +08:00
视频第一次播放显示进度条bug修复
This commit is contained in:
@@ -107,7 +107,7 @@ const CoursePalyPage = () => {
|
|||||||
setLastSeeValue(params);
|
setLastSeeValue(params);
|
||||||
setLastSeeValue(params);
|
setLastSeeValue(params);
|
||||||
setWatchedSeconds(record.finished_duration);
|
setWatchedSeconds(record.finished_duration);
|
||||||
} else {
|
} else if (record && record.is_finished === 1) {
|
||||||
setWatchedSeconds(res.data.hour.duration);
|
setWatchedSeconds(res.data.hour.duration);
|
||||||
}
|
}
|
||||||
getVideoUrl(params);
|
getVideoUrl(params);
|
||||||
|
|||||||
Reference in New Issue
Block a user