Handy_Cao пре 1 година
родитељ
комит
982749a815

+ 4 - 4
public/locales/zh-CN.json

@@ -4,10 +4,10 @@
         "slogan": "数字化交易平台\r\n现代化综合服务"
     },
     "common": {
-        "pulling-text": "下拉即可刷新...",
-        "loosing-text": "释放即可刷新...",
-        "loading-text": "刷新中...",
-        "success-text": "刷新成功",
+        "pulling-text": "下拉即可加载...",
+        "loosing-text": "释放即可加载...",
+        "loading-text": "加载中...",
+        "success-text": "加载成功",
         "nodatas": "暂无数据",
         "baseinfo": "基本信息",
         "more": "更多",

+ 4 - 4
public/locales/zh-TW.json

@@ -4,10 +4,10 @@
         "slogan": "數字化交易平臺\r\n現代化綜合服務"
     },
     "common": {
-        "pulling-text": "下拉即可刷新...",
-        "loosing-text": "釋放即可刷新...",
-        "loading-text": "刷新中...",
-        "success-text": "刷新成功",
+        "pulling-text": "下拉即可加载...",
+        "loosing-text": "釋放即可加载...",
+        "loading-text": "加载中...",
+        "success-text": "加载成功",
         "nodatas": "暫無數據",
         "baseinfo": "基本信息",
         "more": "更多",

+ 1 - 1
src/packages/mobile/components/base/pull-refresh/index.vue

@@ -3,7 +3,7 @@
     <PullRefresh class="app-pull-refresh" v-model="refreshing" @refresh="onRefresh" :pulling-text="$t('common.pulling-text')" 
         :loosing-text="$t('common.loosing-text')" :loading-text="$t('common.loading-text')" :success-text="$t('common.success-text')" >
         <slot name="header"></slot>
-        <List ref="listRef" v-model:loading="showLoading" v-model:error="showError" :finished="finished"
+        <List ref="listRef" :loading-text="$t('common.loading-text')" v-model:loading="showLoading" v-model:error="showError" :finished="finished"
             :immediate-check="immediateCheck" @load="onLoad">
             <slot></slot>
             <template #finished>