From 8c0980e7500305e1208a4bec714aebed58655727 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Mon, 21 Jun 2021 09:51:44 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=99=8D=E5=A6=96=E5=A4=BA=E5=AE=9D?= =?UTF-8?q?=E3=80=91=E5=8D=81=E8=BF=9E=E4=B8=8A=E6=96=B9=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/Recruit/TenRecruitPanel.lua | 2 ++ 1 file changed, 2 insertions(+) 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