达人排行点击事件修复
parent
db0a09ab68
commit
47a16583ee
|
|
@ -85,7 +85,7 @@ function Expert:OnShowData(index)
|
||||||
if globalActive and globalActive.OpenRanking == 1 then
|
if globalActive and globalActive.OpenRanking == 1 then
|
||||||
this.rewardBtn:SetActive(true)
|
this.rewardBtn:SetActive(true)
|
||||||
this.sortBtn:SetActive(true)
|
this.sortBtn:SetActive(true)
|
||||||
Util.AddClick(this.sortBtn, function()
|
Util.AddOnceClick(this.sortBtn, function()
|
||||||
LogGreen("index "..index)
|
LogGreen("index "..index)
|
||||||
if index == 13 then
|
if index == 13 then
|
||||||
UIManager.OpenPanel(UIName.RankingSingleListPanel,rankKingList[5])
|
UIManager.OpenPanel(UIName.RankingSingleListPanel,rankKingList[5])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue