Merge branch 'china/dev-c' of http://60.1.1.230/gaoxin/JL_Client into china/dev-c

dev_chengFeng
jiaoyangna 2021-06-21 10:22:25 +08:00
commit 3feebf1ef6
1 changed files with 2 additions and 0 deletions

View File

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