This commit is contained in:
@fawn-nine
2024-07-20 14:34:07 +08:00
parent ed130e8dc5
commit f702fb63d8
4 changed files with 144 additions and 73 deletions

View File

@@ -350,7 +350,7 @@ export default {
? this.options.videoIndex
: 0;
// #ifdef APP-PLUS
plus.screen.unlockOrientation(); //解除锁定屏幕方向
plus.screen.unlockOrientation(); // 解除锁定屏幕方向
plus.screen.lockOrientation("portrait-primary");
this.getCourseDescriptionData();
@@ -362,10 +362,10 @@ export default {
onUnload(){
console.log('页面卸载')
this.$nextTick(()=>{
// this.$nextTick(()=>{
this.$refs.commonVideo.handleEnd();
})
// })
},
onHide() {