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