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; return this.ajax && this.ajax.last_page > this.ajax.page;
} }
}, },
created() {
uni.hideTabBar()
},
onShow() { onShow() {
this.init(); this.init();
}, },

View File

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

View File

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

View File

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

View File

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