1
This commit is contained in:
parent
265dcb2bf1
commit
3ee2f0ee34
@ -135,6 +135,9 @@
|
||||
return this.ajax && this.ajax.last_page > this.ajax.page;
|
||||
}
|
||||
},
|
||||
created() {
|
||||
uni.hideTabBar()
|
||||
},
|
||||
onShow() {
|
||||
this.init();
|
||||
},
|
||||
|
@ -203,6 +203,9 @@
|
||||
uni.hideLoading()
|
||||
});
|
||||
},
|
||||
created() {
|
||||
uni.hideTabBar()
|
||||
},
|
||||
//页面显示
|
||||
onShow() {},
|
||||
//方法
|
||||
|
@ -143,6 +143,9 @@
|
||||
// });
|
||||
|
||||
},
|
||||
created() {
|
||||
uni.hideTabBar()
|
||||
},
|
||||
onShow(){
|
||||
uni.showLoading({
|
||||
title: this.$t('loading')
|
||||
|
@ -107,6 +107,9 @@
|
||||
computed: {
|
||||
...mapState(['userInfo'])
|
||||
},
|
||||
created() {
|
||||
uni.hideTabBar()
|
||||
},
|
||||
//第一次加载
|
||||
onShow(e) {
|
||||
uni.showLoading({
|
||||
|
@ -108,6 +108,9 @@
|
||||
//第一次加载
|
||||
onLoad(e) {
|
||||
|
||||
},
|
||||
created() {
|
||||
uni.hideTabBar()
|
||||
},
|
||||
//页面显示
|
||||
onShow() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user