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'),