From 6f0593707f854b795c0e70c4e6c6278295bc6291 Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Wed, 24 Mar 2021 16:32:31 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8D=81=E7=BB=9D=E9=98=B5=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E6=8E=92=E8=A1=8C=E3=80=91=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=8E=A9=E5=AE=B6=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Guild/DeathPos/DeathPosRankPopup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/DeathPos/DeathPosRankPopup.lua b/Assets/ManagedResources/~Lua/Modules/Guild/DeathPos/DeathPosRankPopup.lua index 7dbb13891d..5bd3306604 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/DeathPos/DeathPosRankPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/DeathPos/DeathPosRankPopup.lua @@ -126,7 +126,7 @@ function this.RefreshRank(index) -- end -- this.SetMyRank(msg.myRankInfo,curRankType) -- end) - RankingManager.InitData(RANK_TYPE.GUILD_DEATHPOS_ALLGUILD,function() + RankingManager.InitData(curRankType,function()--RANK_TYPE.GUILD_DEATHPOS_ALLGUILD local ranks,myRankInfo = RankingManager.GetRankingInfo() this.empty:SetActive(#ranks<=0) this.SetScrollView(ranks,curRankType)