课程详情

This commit is contained in:
@fawn-nine
2024-07-12 11:07:48 +08:00
parent 8d39d98ac4
commit a5d05367bd
4 changed files with 30 additions and 25 deletions

View File

@@ -11,6 +11,7 @@
isFullScreen ? 'background:#000' : ''
}`"
>
<!-- 加密视频 -->
<view :style="`background:#000`">
<common-video
@changeScreen="changeScreen"
@@ -336,8 +337,9 @@ export default {
};
},
onLoad(options) {
// #ifdef APP-PLUS
plus.screen.lockOrientation("default");
// #endif
this.options = options;
this.noRecored = options.noRecored
console.log('this.noRecored=>',this.noRecored)
@@ -349,6 +351,7 @@ export default {
// #ifdef APP-PLUS
plus.screen.unlockOrientation(); //解除锁定屏幕方向
plus.screen.lockOrientation("portrait-primary");
this.getCourseDescriptionData();
// this.getUserInfo()