diff --git a/Assets/ManagedResources/~Lua/Modules/Recruit/TenRecruitPanel.lua b/Assets/ManagedResources/~Lua/Modules/Recruit/TenRecruitPanel.lua index 83ced2f040..010f1d9907 100644 --- a/Assets/ManagedResources/~Lua/Modules/Recruit/TenRecruitPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Recruit/TenRecruitPanel.lua @@ -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