Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
c15294b14c
|
@ -61,7 +61,9 @@ end
|
|||
|
||||
function this:OnShow(_parent,...)
|
||||
parent=_parent
|
||||
sortingOrder =_parent.sortingOrder
|
||||
if _parent then
|
||||
sortingOrder =_parent.sortingOrder
|
||||
end
|
||||
local args = {...}
|
||||
itemId = args[1]
|
||||
|
||||
|
|
|
@ -196,6 +196,7 @@ function QiJieShiLianPanel:Refresh()
|
|||
self.lastBtn:SetActive(not not QijieStage[QiJieShiLianManager.curLevelId-1])
|
||||
self.nextBtn:SetActive(QiJieShiLianManager.curMaxStage~=QiJieShiLianManager.curLevelId)
|
||||
self.treasureRed:SetActive(QiJieShiLianManager.CheckQiJieTreasureRedPoint())
|
||||
self.treasureBtn:SetActive(not not ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.QiJieTreasure))
|
||||
self:SetTabBox()
|
||||
self:SetTopBar()
|
||||
self:SetBottomBar()
|
||||
|
|
Loading…
Reference in New Issue