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