课程详情
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user