This commit is contained in:
@fawn-nine
2024-07-03 09:52:55 +08:00
parent 818eeb4368
commit f5b053a8a0
4 changed files with 9 additions and 2 deletions

View File

@@ -204,6 +204,8 @@
onShow() {
// 隐藏原生的tabbar
uni.hideTabBar();
plus.screen.unlockOrientation();
plus.screen.lockOrientation("portrait-primary");
this.getData(this.courseId)
},
onReachBottom() {