达人排行点击事件修复

dev_chengFeng
zhangqiang 2020-08-26 23:07:04 +08:00
parent db0a09ab68
commit 47a16583ee
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ function Expert:OnShowData(index)
if globalActive and globalActive.OpenRanking == 1 then
this.rewardBtn:SetActive(true)
this.sortBtn:SetActive(true)
Util.AddClick(this.sortBtn, function()
Util.AddOnceClick(this.sortBtn, function()
LogGreen("index "..index)
if index == 13 then
UIManager.OpenPanel(UIName.RankingSingleListPanel,rankKingList[5])