From 2419089ff496839f14eeadd06c6f482e7b4a6dbe Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Fri, 11 Jun 2021 10:30:57 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90ID1016454=E3=80=91=20=E3=80=90?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E8=B7=B3=E8=BD=AC=E3=80=91=E5=AF=BB=E4=BB=99?= =?UTF-8?q?=E7=8E=89=E5=9C=A8=E6=B4=BB=E5=8A=A8=E6=9C=AA=E5=BC=80=E5=90=AF?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E7=82=B9=E5=87=BB=E4=BD=BF=E7=94=A8=E6=8C=89?= =?UTF-8?q?=E9=92=AE=EF=BC=8C=E6=B2=A1=E6=9C=89=E5=90=88=E7=90=86=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua b/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua index f4a4ee71a3..21dfd80cc2 100644 --- a/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua @@ -628,6 +628,8 @@ local jumpDic = { this.JumpActivity(JumpType.ZhuTiHuoDong,data[1]) elseif ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.FindFairy) then this.JumpActivity(JumpType.ZhuTiHuoDong,data[2]) + else + PopupTipPanel.ShowTip("活动尚未开启") end else this.JumpActivity(JumpType.ZhuTiHuoDong,data[1])