From 299989c75a75516a5045b35f41a89a6bfdefd163 Mon Sep 17 00:00:00 2001
From: fuchao <2577131060@qq.com>
Date: Mon, 1 Dec 2025 09:01:18 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E4=BF=AE=E5=A4=8D?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=96=87=E5=AD=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/user/recharge/index.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/user/recharge/index.vue b/pages/user/recharge/index.vue
index 3237fa8..c634f57 100644
--- a/pages/user/recharge/index.vue
+++ b/pages/user/recharge/index.vue
@@ -9,10 +9,10 @@
:class="aloneItem.priceTypeId === item.priceTypeId ? 'selected' : ''"
v-for="item in rechargeList.bookBuyConfigList" :key="item.priceTypeId">
¥{{item.realMoney}}
- {{item.money}}{{ t('global.coin') }}
+ {{item.money}}{{ $t('global.coin') }}
- 618充值活动
+ {{item.description}}
(赠{{item.givejf}}币)
@@ -401,7 +401,7 @@
}
.recharge_give {
- font-size: 16rpx;
+ font-size: 20rpx;
color: #FF0033;
}
}