From 335dfbdf38b9e37c1383da28232ee725bb92185e Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sun, 10 Aug 2025 18:12:24 +0800
Subject: [PATCH] 1

---
 src/views/account/components/Withdraw.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/account/components/Withdraw.vue b/src/views/account/components/Withdraw.vue
index 6b15e9a..f99f234 100644
--- a/src/views/account/components/Withdraw.vue
+++ b/src/views/account/components/Withdraw.vue
@@ -58,7 +58,7 @@
       <el-form-item v-if="!!form.assetsType">
         <div class="ts">
           {{ $t("可用餘額") }}
-          {{ maxNum }} MEX
+          {{ maxNum }} USD
         </div>
       </el-form-item>
 
@@ -93,7 +93,7 @@
         ],
         amt: [{ required: true, message: this.$t("请输入") }],
       },
-      options: [{ name: "MEX", value: "MEX" }],
+      options: [{ name: "USD", value: "USD" }],
       actions: [{ name: this.$t("hj215"), value: "YHK" }],
       yhkactions: [],
     };

--
Gitblit v1.9.3