跳转修改提交
parent
a88bebb284
commit
ee26dc5196
|
@ -398,8 +398,8 @@ function this:PageOnChange(isShow)
|
|||
end
|
||||
end
|
||||
RecruitManager.CurRecruitId = self.CurRecruitId
|
||||
if subViewList[lastIndex] and subViewList[lastIndex].config and subViewList[lastIndex].sub then
|
||||
subViewList[lastIndex].sub:OnClose()
|
||||
for k,v in pairs(subViewList) do
|
||||
v.sub:OnClose()
|
||||
end
|
||||
if subViewList[self.curPage] and subViewList[self.curPage].config and subViewList[self.curPage].sub then
|
||||
subViewList[self.curPage].sub:OnShow(orginLayer)
|
||||
|
|
Loading…
Reference in New Issue