This commit is contained in:
曹辉 2023-04-28 09:29:53 +08:00
parent 8dee015d95
commit 6f9ce48dfd
2 changed files with 12 additions and 0 deletions

View File

@ -83,6 +83,12 @@
videoContext: undefined,
};
},
onLaunch: function() {
//
// plus.screen.lockOrientation("landscape-primary");
//
plus.screen.lockOrientation("portrait-primary");
},
methods: {
//
videotimeupdate(e) {

View File

@ -79,6 +79,12 @@
videoerroshow: true,
};
},
onLaunch: function() {
//
// plus.screen.lockOrientation("landscape-primary");
//
plus.screen.lockOrientation("portrait-primary");
},
methods: {
//
videotimeupdate(e) {