变身卡左移按钮显示修改提交

dev_chengFeng hotfix/you_gu/cdn_xiao7_and/1.1.38
wangzhenxing 2023-02-24 15:26:41 +08:00
parent 08145e72d9
commit bee3a99dbc
1 changed files with 3 additions and 0 deletions

View File

@ -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()