From 1c5ee6ee3ff4887fa72f150e8794973cb2fb7676 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 12 Feb 2026 17:15:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=96=8B=E6=9C=88=E6=B4=BB=E5=8A=A8):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9B=BE=E6=BA=90=EF=BC=8C=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E7=BC=A9=E7=95=A5=E6=96=B9=E5=90=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Season3/components/topUser.vue | 6 ++- .../Activities/LuckyDollars/Season3/index.vue | 41 ++++++++++--------- 2 files changed, 27 insertions(+), 20 deletions(-) diff --git a/src/views/Activities/LuckyDollars/Season3/components/topUser.vue b/src/views/Activities/LuckyDollars/Season3/components/topUser.vue index 32d790f..f274ff1 100644 --- a/src/views/Activities/LuckyDollars/Season3/components/topUser.vue +++ b/src/views/Activities/LuckyDollars/Season3/components/topUser.vue @@ -56,7 +56,11 @@ height: nameValueHeight, }" > -
+
{{ name }}
diff --git a/src/views/Activities/LuckyDollars/Season3/index.vue b/src/views/Activities/LuckyDollars/Season3/index.vue index 429082e..ad29448 100644 --- a/src/views/Activities/LuckyDollars/Season3/index.vue +++ b/src/views/Activities/LuckyDollars/Season3/index.vue @@ -92,7 +92,7 @@
- +
@@ -123,7 +123,7 @@ @@ -243,7 +243,7 @@ @@ -1602,17 +1602,20 @@
-
- {{ myRanking.nickname }} +
+
+ {{ myRanking.nickname }} +
@@ -1655,7 +1658,7 @@
@@ -2820,11 +2823,11 @@ const preloadCriticalImages = async () => { imageUrl(getImgName('withdrawalBtActive')), // 每周礼物 - imageUrl('eventGiftsBg'), + imageUrl(getImgName('eventGiftsBg')), imageUrl('giftBg'), // 总排行榜前三 - imageUrl('overallRankingBg'), + imageUrl(getImgName('overallRankingBg')), imageUrl('historyBt'), imageUrl('top1'), imageUrl('top2'), @@ -2835,7 +2838,7 @@ const preloadCriticalImages = async () => { imageUrl('timeBg'), // 排行榜 - imageUrl('RankingTopBorder'), + imageUrl(getImgName('RankingTopBorder')), imageUrl('RankingBottomBorder'), imageUrl('RankingBorder'), imageUrl('historyBt'), @@ -2879,7 +2882,7 @@ const preloadOtherImages = async () => { // imageUrl('ticket'), // // 前三名奖励展示 - // imageUrl('rewardBg'), + // imageUrl(getImgName('rewardBg')), // // 抽奖结果展示 // imageUrl('resultBg'),