【降妖夺宝】十连上方资源显示修改

dev_chengFeng
ZhangBiao 2021-06-21 09:51:44 +08:00
parent 8342399870
commit 8c0980e750
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