From c5f6c4df8afc727b10b7cff91085e5fc7deb0ab4 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 19 Mar 2026 19:31:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=BC=80=E6=96=8B=E8=8A=82=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8):=20=E4=BF=AE=E5=A4=8D=E6=88=91=E7=9A=84=E5=85=85?= =?UTF-8?q?=E5=80=BC=E6=8E=92=E5=90=8D=E4=B8=AD=E7=9A=84=E9=87=91=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Activities/LesserBairam/index.vue | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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([]) // 充值奖池