From b8f6f514b675fa6a006dfafbc99303b3c5c8ba85 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 17 May 2024 10:52:12 +0800
Subject: [PATCH] 一鍵平倉增加英文多语言,IFSC改成Select recharge account

---
 src/page/user/Warehouse copy.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/page/user/Warehouse copy.vue b/src/page/user/Warehouse copy.vue
index d2a0ea0..c071796 100644
--- a/src/page/user/Warehouse copy.vue
+++ b/src/page/user/Warehouse copy.vue
@@ -207,6 +207,7 @@
                 :finished="finished"
                 v-if="zjtype == 0 && cclist.length"
                 :finished-text="$t('hj43')"
+                :loading-text="$t('hj430')"
                 @load="onLoad"
               >
                 <div v-if="cclist.length > 0" class="tabs_o">
@@ -310,6 +311,7 @@
                 v-if="zjtype == 1"
                 :finished="finished"
                 :finished-text="$t('hj43')"
+                :loading-text="$t('hj430')"
                 @load="onLoad"
                 :immediate-check="immediate"
               >
@@ -449,6 +451,7 @@
                 v-model="loadingss"
                 :finished="finishedss"
                 :finished-text="$t('hj43')"
+                :loading-text="$t('hj430')"
                 v-if="tabsCurrentIndex === 1 && totalss != 0"
                 :immediate-check="immediate"
               >
@@ -525,6 +528,7 @@
                 v-model="loadings"
                 :finished="finisheds"
                 :finished-text="$t('hj43')"
+                :loading-text="$t('hj430')"
                 @load="onLoads"
                 :immediate-check="immediate"
                 v-if="tabsCurrentIndex === 2 && totals != 0"
@@ -612,6 +616,7 @@
                 v-model="loadingXg"
                 :finished="finishedXg"
                 :finished-text="$t('hj43')"
+                :loading-text="$t('hj430')"
                 v-show="tabsCurrentIndex === 3 && xgTotal != 0"
                 @load="onLoadXg"
                 :immediate-check="immediate"

--
Gitblit v1.9.3