This commit is contained in:
xx 2025-06-10 03:35:04 +08:00
parent 265dcb2bf1
commit 3ee2f0ee34
5 changed files with 15 additions and 0 deletions

View File

@ -135,6 +135,9 @@
return this.ajax && this.ajax.last_page > this.ajax.page;
}
},
created() {
uni.hideTabBar()
},
onShow() {
this.init();
},

View File

@ -203,6 +203,9 @@
uni.hideLoading()
});
},
created() {
uni.hideTabBar()
},
//
onShow() {},
//

View File

@ -143,6 +143,9 @@
// });
},
created() {
uni.hideTabBar()
},
onShow(){
uni.showLoading({
title: this.$t('loading')

View File

@ -107,6 +107,9 @@
computed: {
...mapState(['userInfo'])
},
created() {
uni.hideTabBar()
},
//
onShow(e) {
uni.showLoading({

View File

@ -108,6 +108,9 @@
//
onLoad(e) {
},
created() {
uni.hideTabBar()
},
//
onShow() {