修改首页布局

This commit is contained in:
@fawn-nine
2024-07-03 11:39:45 +08:00
parent 016b072054
commit 2e9a250be3
3 changed files with 14 additions and 6 deletions

View File

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