From 0dbc7465447164fef24327b5d494870832d798dd Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Tue, 26 May 2026 11:15:18 +0800
Subject: [PATCH] 1

---
 src/components/Transform/assetsCenter/financialList.vue |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/components/Transform/assetsCenter/financialList.vue b/src/components/Transform/assetsCenter/financialList.vue
index 7493ab0..a4e7d2f 100644
--- a/src/components/Transform/assetsCenter/financialList.vue
+++ b/src/components/Transform/assetsCenter/financialList.vue
@@ -16,13 +16,16 @@
                 item.miner_name_en }}
             </div>
             <!-- <div v-if="tapIndex === 1" class="text-36 font-6">体验矿机3天</div> -->
-            <div class="text-26 cl-33 mt-6 mb-4 textColor1">{{ $t('数量') }}
+            <div class="text-26 cl-33 mb-4 textColor1">{{ $t('数量') }}
               <span class="ml-2 mr-2 textColor">{{ item.amount }}</span>{{ item.buyCurrency ?
-                item.buyCurrency.toUpperCase() : 'USDT' }}
+                item.outputCurrency.toUpperCase() : 'USDT' }}
             </div>
-            <div class="text-26 cl-33 textColor1">{{ $t('周期') }}&nbsp;<span class="textColor">{{ item.cycle == 0 ?
+            <div class="text-26 cl-33 textColor1 mb-4">{{ $t('周期') }}&nbsp;<span class="textColor">{{ item.cycle == 0 ?
               $t('无限期') : item.cycle + $t('天') }}</span>
             </div>
+            <div class="text-26 cl-33 textColor1">{{ $t('币种') }}&nbsp;<span class="textColor">{{
+              item.buyCurrency.toUpperCase() }}</span>
+            </div>
           </div>
         </div>
         <div class="flex justify-center align-center text-center h-36 ">

--
Gitblit v1.9.3