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])