学习大纲
@@ -37,7 +37,7 @@
-
+
@@ -305,8 +305,10 @@
//页面显示
onShow() {
uni.hideTabBar();
+ // #ifdef APP-PLUS
plus.screen.unlockOrientation();
plus.screen.lockOrientation("portrait-primary");
+ // #endif
this.requestAll()
},
onTabItemTap() {
@@ -687,7 +689,7 @@