From 0a0875fb8829df396ea617c17e9e369b5be3800a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E5=B0=8F=E6=B1=9F?= <461355754@qq.com> Date: Sat, 17 Jan 2026 01:09:27 +0800 Subject: [PATCH] =?UTF-8?q?1:=E4=BF=AE=E6=94=B9=E5=B7=A1=E4=B9=90=E4=BC=9A?= =?UTF-8?q?=E6=A6=9C=E5=8D=95=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xscm/moduleutil/dialog/giftLottery/NewXlhRankingDialog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseModule/src/main/java/com/xscm/moduleutil/dialog/giftLottery/NewXlhRankingDialog.java b/BaseModule/src/main/java/com/xscm/moduleutil/dialog/giftLottery/NewXlhRankingDialog.java index c698d1bf..56aedb5d 100644 --- a/BaseModule/src/main/java/com/xscm/moduleutil/dialog/giftLottery/NewXlhRankingDialog.java +++ b/BaseModule/src/main/java/com/xscm/moduleutil/dialog/giftLottery/NewXlhRankingDialog.java @@ -103,8 +103,8 @@ import java.util.List; // 初始化Fragment列表 private void initFragments() { fragmentList = new ArrayList<>(); - fragmentList.add(new LotteryFragment().newInstance(roomId,1)); // 第1页:抽奖榜单 fragmentList.add(new LuckyFragment().newInstance(roomId,2)); // 第1页:抽奖榜单 + fragmentList.add(new LotteryFragment().newInstance(roomId,1)); // 第1页:抽奖榜单 }