倍数播放

This commit is contained in:
binbin_pan 2024-12-25 15:45:57 +08:00
parent 71e5835299
commit ff21ddf44d
1 changed files with 3 additions and 3 deletions

View File

@ -105,9 +105,9 @@ export default {
if (opt.isEnd) {
this.studyDuration = 0
}
// if (opt.isSpeed == '0') {
// this.showCoverView = false
// }
if (opt.isSpeed == '0') {
this.showCoverView = false
}
this.video = uni.createVideoContext('myVideo')
this.$verificationToken()
},