提交
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user