Merge branch 'china/dev-c' of http://60.1.1.230/gaoxin/JL_Client into china/dev-c
commit
3feebf1ef6
|
|
@ -128,6 +128,8 @@ function TenRecruitPanel:OnOpen(...)
|
|||
maxTimesId=lotterySetting[type].MaxTimes --特权上限ID
|
||||
if recruitType and recruitType[1] and recruitType[1] == RecruitType.TimeLimitTen then
|
||||
this.UpView:OnOpen({ showType = UpViewOpenType.ShowLeft, panelType = PanelType.TenRecruit })
|
||||
elseif recruitType and recruitType[1] and recruitType[1] == RecruitType.XiangYaoTen then
|
||||
this.UpView:OnOpen({ showType = UpViewOpenType.ShowLeft, panelType = PanelType.XiangYaoDuoBao })
|
||||
else
|
||||
this.UpView:OnOpen({ showType = UpViewOpenType.ShowLeft, panelType = PanelType.Recruit })
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue