fix(开斋节活动): 修复我的充值排名中的金额
This commit is contained in:
parent
57df7a8f05
commit
c5f6c4df8a
@ -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([]) // 充值奖池
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user