This commit is contained in:
2024-07-03 15:37:57 +08:00
parent 984bf85328
commit 1c20c59fda

View File

@@ -421,7 +421,7 @@ export default {
console.log("data at line 370:", data);
if (data.id != this.currentVideo.id) {
// handleEnd
this.$refs.commonVideo.setVideoTime();
this.$refs.commonVideo.handleEnd();
setTimeout(() => {
this.currentVideo = data;
@@ -527,10 +527,7 @@ export default {
.then(async (res) => {
that.curriculumData = res.data.detail;
that.videoArray = res.data.videos;
console.log(
"that.videoArray at line 这是关联的视频519:",
res.data.current
);
console.log("that.videoArray at line 这是关联的视频519:", res);
var isHaveHistorySeekVideo = that.videoArray.findIndex(
(e) => e.id == res.data.current
);
@@ -977,6 +974,7 @@ export default {
<style lang="scss" scoped>
@import "@/style/mixin.scss";
.u-grid-list {
// height: 40rpx;
}