From 2fdedd7395852f207a25acaf0b57c09dbf8cda4d Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sun, 28 Apr 2024 10:23:28 +0800
Subject: [PATCH] 修改:充值新增 USDC
---
src/page/withdraw/withdrawPage.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/page/withdraw/withdrawPage.vue b/src/page/withdraw/withdrawPage.vue
index 85e8a16..44bc368 100644
--- a/src/page/withdraw/withdrawPage.vue
+++ b/src/page/withdraw/withdrawPage.vue
@@ -140,7 +140,7 @@
value: 'USDT', //选中的币种
show: false,
showSymbol: false,
- actions: [{ name: 'USDT' }, { name: 'BTC' }, { name: 'ETH' }],
+ actions: [{ name: 'USDT' }, { name: 'BTC' }, { name: 'ETH' },{ name: 'USDC' }],
blockList: [],
blockchainIndex: "",
usdtBalance: "", //余额
--
Gitblit v1.9.3