From 3888981c74ff539a49efe04a5fbc0390f408b4ec Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Sun, 01 Feb 2026 17:51:39 +0800
Subject: [PATCH] 1

---
 src/views/homePage/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/homePage/index.vue b/src/views/homePage/index.vue
index 9b2ccbe..cdcc3e5 100644
--- a/src/views/homePage/index.vue
+++ b/src/views/homePage/index.vue
@@ -59,10 +59,10 @@
             {{ showMoney ? todayMoney.money_contract : "*****" }}
           </div>
         </div>
-        <!-- <div style="background: black;color: white;padding: 4px 17px;border-radius: 90px;font-size: 14px"
-          @click="toPage('/cryptos/recharge/rechargeList?isForeign=true')"> -->
         <div style="background: black;color: white;padding: 4px 17px;border-radius: 90px;font-size: 14px"
-          @click="toPage('/customerService')">
+          @click="toPage('/cryptos/recharge/rechargeList?isForeign=true')">
+        <!-- <div style="background: black;color: white;padding: 4px 17px;border-radius: 90px;font-size: 14px"
+          @click="toPage('/customerService')"> -->
           {{ $t("充值") }}
         </div>
       </div>

--
Gitblit v1.9.3