fix(开斋节活动): 修复我的充值排名中的金额

This commit is contained in:
hzj 2026-03-19 19:31:05 +08:00
parent 57df7a8f05
commit c5f6c4df8a

View File

@ -2011,7 +2011,9 @@
{{ myRanking.quantity || 0 }}
</div>
</div>
<div v-else style="color: #fff; font-weight: 700">${{ myRanking?.amount || 0 }}</div>
<div v-else style="color: #fff; font-weight: 700">
${{ myRechargeRanking?.amount || 0 }}
</div>
</div>
</itemCenter>
@ -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([]) //