From 309a95310b549f6380c99aea476bb7392ace326a Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 24 Dec 2025 15:46:26 +0800
Subject: [PATCH] 1
---
src/views/homePage/index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/homePage/index.vue b/src/views/homePage/index.vue
index 612894e..e8781fe 100644
--- a/src/views/homePage/index.vue
+++ b/src/views/homePage/index.vue
@@ -59,8 +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('/cryptos/recharge/rechargeList?isForeign=true')">
+ @click="toPage('/customerService')">
{{ $t("充值") }}
</div>
</div>
--
Gitblit v1.9.3