This commit is contained in:
parent
e56d880ebf
commit
8e1d989855
|
|
@ -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')
|
||||||
|
|
|
||||||
|
|
@ -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 ~ 页面隐藏')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue