This commit is contained in:
binbin_pan 2024-11-26 13:48:48 +08:00
parent e5cb5a2f90
commit 1cebfe0821
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ export default {
}, },
// //
handleEnd() { handleEnd() {
this.$verificationToken()
this.showModal = false this.showModal = false
// //
const video = uni.createVideoContext('myVideo') const video = uni.createVideoContext('myVideo')

View File

@ -86,6 +86,7 @@ export default {
this.studyDuration = 0 this.studyDuration = 0
} }
this.video = uni.createVideoContext('myVideo') this.video = uni.createVideoContext('myVideo')
this.$verificationToken()
}, },
onHide() { onHide() {
console.log('🚀 ~ onHide ~ 页面隐藏') console.log('🚀 ~ onHide ~ 页面隐藏')