diff --git a/src/views/wallet/transfer.vue b/src/views/wallet/transfer.vue
index b204908..caaefb4 100644
--- a/src/views/wallet/transfer.vue
+++ b/src/views/wallet/transfer.vue
@@ -171,7 +171,7 @@ function getAccountTypeName(type: AccountType) {
选择币种
@@ -189,7 +189,7 @@ function getAccountTypeName(type: AccountType) {
-
+
{{ t('transfer.from') }}
{{ getAccountTypeName(value) }}
@@ -211,7 +211,7 @@ function getAccountTypeName(type: AccountType) {
-
+
{{ t('transfer.to') }}
{{ getAccountTypeName(value) }}
diff --git a/src/views/withdraw/index.vue b/src/views/withdraw/index.vue
index 36f5a31..03d8ba4 100644
--- a/src/views/withdraw/index.vue
+++ b/src/views/withdraw/index.vue
@@ -6,6 +6,7 @@ import { loadingController, modalController, toastController } from "@ionic/vue"
import { ErrorMessage, Field, Form } from "vee-validate";
import { client, safeClient } from "@/api";
import { AssetCodeEnum, ChainEnum, WithdrawMethodEnum } from "@/api/enum";
+import { getCryptoIcon } from "@/config/crypto";
import SelectBankAccount from "./components/select-bank-account.vue";
import SelectCurrency from "./components/select-currency.vue";
import { createWithdrawSchema } from "./rules";
@@ -106,12 +107,19 @@ async function onSubmit(values: GenericObject) {
-
- {{ t("withdraw.chooseCurrency") }}
+
+ 选择币种
-
- {{ value }}
-
+
@@ -139,17 +147,23 @@ async function onSubmit(values: GenericObject) {
-
- {{ t('withdraw.bankAccountId') }}
-
-
-
-
-
{{ currentBankAccount?.bankCode }}
+
+
+ {{ t('withdraw.bankAccountId') }}
+
+
+
+
+ {{ currentBankAccount?.bankCode }}
+
+
{{ currentBankAccount?.bankName }}
-
{{ currentBankAccount?.bankName }}
-
-
+
+
+