1
This commit is contained in:
parent
e2e75693a2
commit
ec83c474f9
@ -109,7 +109,7 @@
|
||||
//第一次加载
|
||||
onShow(e) {
|
||||
uni.showLoading({
|
||||
title:this.$t('nodata')
|
||||
title:this.$t('loading')
|
||||
})
|
||||
if(this.userInfo.token === typeof(undefined) || this.userInfo.token === undefined){
|
||||
this.islogin = false;
|
||||
|
@ -107,7 +107,7 @@
|
||||
//页面显示
|
||||
onShow() {
|
||||
uni.showLoading({
|
||||
title: this.$t("loading")
|
||||
title: this.$t('loading')
|
||||
})
|
||||
let data = {
|
||||
page: this.par.page,
|
||||
|
@ -79,7 +79,7 @@
|
||||
//页面显示
|
||||
onShow() {
|
||||
uni.showLoading({
|
||||
title:'Data Loading...'
|
||||
title: this.$t('loading')
|
||||
})
|
||||
this.getlist();
|
||||
},
|
||||
|
@ -138,7 +138,7 @@
|
||||
//第一次加载
|
||||
onLoad(e) {
|
||||
uni.showLoading({
|
||||
title: 'Data Loading...'
|
||||
title: this.$t('loading')
|
||||
});
|
||||
if(e.id != typeof(undefined) && e.id != undefined){
|
||||
this.isActive = e.id;
|
||||
@ -358,7 +358,7 @@
|
||||
onReachBottom() {
|
||||
if(this.select.page < this.last_page){
|
||||
uni.showLoading({
|
||||
title:''
|
||||
title:this.$t('loading')
|
||||
})
|
||||
this.select.page = this.select.page + 1;
|
||||
this.getList();
|
||||
|
Loading…
x
Reference in New Issue
Block a user