倍数播放

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) { if (opt.isEnd) {
this.studyDuration = 0 this.studyDuration = 0
} }
// if (opt.isSpeed == '0') { if (opt.isSpeed == '0') {
// this.showCoverView = false this.showCoverView = false
// } }
this.video = uni.createVideoContext('myVideo') this.video = uni.createVideoContext('myVideo')
this.$verificationToken() this.$verificationToken()
}, },