parent
08145e72d9
commit
bee3a99dbc
|
@ -190,6 +190,8 @@ function IncarnationPanel:OnOpen(_proId)
|
|||
end
|
||||
|
||||
function IncarnationPanel:OnShow()
|
||||
curIndex=1
|
||||
self.upLayout:GetComponent("RectTransform").anchoredPosition=Vector2.New(allPos[1],-221)
|
||||
self.UpView:OnOpen({ showType = UpViewOpenType.ShowLeft, panelType = PanelType.Main })
|
||||
self:RefreshUpList()
|
||||
self:SetSelectBtn()
|
||||
|
@ -445,6 +447,7 @@ function IncarnationPanel:OnSortingOrderChange()
|
|||
end
|
||||
|
||||
function IncarnationPanel:OnClose()
|
||||
|
||||
end
|
||||
|
||||
function IncarnationPanel:OnDestroy()
|
||||
|
|
Loading…
Reference in New Issue