From ec83c474f984b6b908df1760088f9e3af6269428 Mon Sep 17 00:00:00 2001 From: xx Date: Mon, 9 Jun 2025 01:01:39 +0800 Subject: [PATCH] 1 --- pages/promotion/index.vue | 2 +- pages/questionnaire/index.vue | 2 +- pages/questionnaire/select.vue | 2 +- pages/wallet/fundrecords.vue | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/promotion/index.vue b/pages/promotion/index.vue index b7d76f1..a91a3d1 100644 --- a/pages/promotion/index.vue +++ b/pages/promotion/index.vue @@ -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; diff --git a/pages/questionnaire/index.vue b/pages/questionnaire/index.vue index aa8dbe5..8cc3b70 100644 --- a/pages/questionnaire/index.vue +++ b/pages/questionnaire/index.vue @@ -107,7 +107,7 @@ //页面显示 onShow() { uni.showLoading({ - title: this.$t("loading") + title: this.$t('loading') }) let data = { page: this.par.page, diff --git a/pages/questionnaire/select.vue b/pages/questionnaire/select.vue index a330244..91ef515 100644 --- a/pages/questionnaire/select.vue +++ b/pages/questionnaire/select.vue @@ -79,7 +79,7 @@ //页面显示 onShow() { uni.showLoading({ - title:'Data Loading...' + title: this.$t('loading') }) this.getlist(); }, diff --git a/pages/wallet/fundrecords.vue b/pages/wallet/fundrecords.vue index b2581c7..cdc683b 100644 --- a/pages/wallet/fundrecords.vue +++ b/pages/wallet/fundrecords.vue @@ -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();