diff --git a/src/views/Activities/LesserBairam/index.vue b/src/views/Activities/LesserBairam/index.vue
index 35eb863..a7f223f 100644
--- a/src/views/Activities/LesserBairam/index.vue
+++ b/src/views/Activities/LesserBairam/index.vue
@@ -2011,7 +2011,9 @@
{{ myRanking.quantity || 0 }}
-
${{ myRanking?.amount || 0 }}
+
+ ${{ myRechargeRanking?.amount || 0 }}
+
@@ -2400,10 +2402,6 @@ const showRewardsTop3 = computed(() => {
return newRewardsTop3
})
-const myRankingData = computed(() => {
- return myRanking.value
-})
-
// 充值排名模块
const rechargePageNo = ref(1) // 充值排名页码
const rechargeRanking = ref([]) // 充值排名
@@ -2436,10 +2434,6 @@ const showRechargeRanking = computed(() => {
// return []
})
-const myRechargeRankingData = computed(() => {
- return myRechargeRanking.value
-})
-
// 充值奖池模块
const myRechargeRecode = ref([]) // 我的充值记录
const RechargeRewards = ref([]) // 充值奖池