七界屏蔽排行奖励界面入口
parent
98b4e6c2d0
commit
8050e9995d
|
@ -25,6 +25,8 @@ function QiJieShiLianPanel:InitComponent()
|
|||
--右侧按钮
|
||||
self.rightBtns = Util.GetGameObject(self.gameObject,"rightBtns")
|
||||
self.rewardBtn = Util.GetGameObject(self.rightBtns,"rewardBtn")
|
||||
--屏蔽七界排名奖励
|
||||
self.rewardBtn:SetActive(false)
|
||||
self.sortBtn = Util.GetGameObject(self.rightBtns,"sortBtn")
|
||||
self.shopBtn = Util.GetGameObject(self.rightBtns,"shopBtn")
|
||||
--下部
|
||||
|
|
Loading…
Reference in New Issue