【玩家信息】提交

dev_chengFeng
ZhangBiao 2022-01-15 13:07:28 +08:00
parent 7feefd2078
commit 28d4b2a8be
1 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,8 @@ function RewardRideShowPopup:InitComponent()
--装备获取途径--btmBar
self.btmBar = Util.GetGameObject(self.transform, "Content/btmBar/howGet")
self.btnJump = Util.GetGameObject(self.transform, "Content/btmBar/btnGrid/btnJump")
self.btnGrid = Util.GetGameObject(self.transform, "Content/btmBar/btnGrid")
self.btnJump = Util.GetGameObject(self.btnGrid, "btnJump")
self.canGetPre = Util.GetGameObject(self.btmBar, "scroll/canGetPre")
self.canGetGrid = Util.GetGameObject(self.btmBar, "scroll")
self.canGetScrollView = SubUIManager.Open(SubUIConfig.ScrollCycleView, self.canGetGrid.transform,self.canGetPre, nil,
@ -115,6 +116,7 @@ function RewardRideShowPopup:OnShow()
--下部按钮信息
self.effectbaijin:SetActive(rideItemData.Quantity==7)
Util.SetParticleSortLayer(self.effectbaijin,self.sortingOrder + 1)
self.btnGrid:SetActive(BagManager.isBagPanel)
--basePro基础属性
if rideConfigData.UnlockProperty then