From bddf4df7cbb292011a974b705d6f6d94c0ac6cc1 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 09 十二月 2025 11:44:17 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/MainLevel/MainBossEnterWin.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Main/System/MainLevel/MainBossEnterWin.cs b/Main/System/MainLevel/MainBossEnterWin.cs
index c86b5d5..c65170b 100644
--- a/Main/System/MainLevel/MainBossEnterWin.cs
+++ b/Main/System/MainLevel/MainBossEnterWin.cs
@@ -34,8 +34,7 @@
         {
             RankModel.Instance.ResetQueryParam();
             RankModel.Instance.QueryRankByPage(0, watchID: (int)PlayerDatas.Instance.baseData.PlayerID);
-            var win = UIManager.Instance.OpenWindow<PlayerRankWin>();
-            win.rankType = 0;
+            UIManager.Instance.OpenWindow<PlayerRankWin>(0);
 
         });
 

--
Gitblit v1.8.0