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