From b9d292f70c519da019c71123a5f2c32870ec81b8 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 27 Jun 2025 17:01:31 +0800
Subject: [PATCH] 添加usdc

---
 src/page/recharge/rechargePage.vue |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/page/recharge/rechargePage.vue b/src/page/recharge/rechargePage.vue
index 2c0655a..dae4c5a 100644
--- a/src/page/recharge/rechargePage.vue
+++ b/src/page/recharge/rechargePage.vue
@@ -58,7 +58,7 @@
           </div>
         </div>
      </div> -->
-      <!-- <div class="mb-60">
+      <div class="mb-60">
         <div class="font-26 textColor">{{ $t("充币数量") }}</div>
         <div>
           <input
@@ -67,7 +67,7 @@
             :placeholder="$t('请输入充币数量')"
           />
         </div>
-      </div> -->
+      </div>
       <div>
         <div class="font-26 textColor">{{ $t("链名称") }}</div>
         <div class="flex">
@@ -107,12 +107,12 @@
       <div class="pl-30 pr-30">
         <div class="font-26 mb-27 textColor">{{ $t("重要提示") }}</div>
         <div class="font-28 text-grey" v-html="tip"></div>
-        <!-- <button
+        <button
           class="btnMain text-white next-btn font-30 rounded-lg"
           @click="nextBtn"
         >
           {{ $t("下一步") }}
-        </button> -->
+        </button>
       </div>
     </div>
   </div>
@@ -247,6 +247,9 @@
           };
 
           switch (this.symbol.toUpperCase()) {
+            case "USDC":
+              setChainData("ERC20", "USDC");
+              break;
             case "USDT":
               setChainData("ERC20", "USDT");
               break;

--
Gitblit v1.9.3