提交
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
"src" : "图片路径"
|
||||
}
|
||||
],
|
||||
"versionName" : "1.0.0",
|
||||
"versionCode" : 100,
|
||||
"versionName" : "1.0.01",
|
||||
"versionCode" : 1001,
|
||||
"app-plus" : {
|
||||
"compatible" : {
|
||||
"ignoreVersion" : true
|
||||
|
||||
@@ -652,6 +652,8 @@ export default {
|
||||
onShow() {
|
||||
// 隐藏原生的tabbar
|
||||
uni.hideTabBar();
|
||||
plus.screen.unlockOrientation();
|
||||
plus.screen.lockOrientation("portrait-primary");
|
||||
},
|
||||
onUnload() {
|
||||
this.selectGoodsData = {};
|
||||
|
||||
@@ -204,6 +204,8 @@
|
||||
onShow() {
|
||||
// 隐藏原生的tabbar
|
||||
uni.hideTabBar();
|
||||
plus.screen.unlockOrientation();
|
||||
plus.screen.lockOrientation("portrait-primary");
|
||||
this.getData(this.courseId)
|
||||
},
|
||||
onReachBottom() {
|
||||
|
||||
@@ -304,6 +304,9 @@
|
||||
},
|
||||
//页面显示
|
||||
onShow() {
|
||||
uni.hideTabBar();
|
||||
plus.screen.unlockOrientation();
|
||||
plus.screen.lockOrientation("portrait-primary");
|
||||
this.requestAll()
|
||||
},
|
||||
onTabItemTap() {
|
||||
|
||||
Reference in New Issue
Block a user