parent
e764f74e6d
commit
11bb03fd2b
|
@ -624,7 +624,7 @@ local jumpDic = {
|
||||||
end,
|
end,
|
||||||
[JumpType.ZhuTiHuoDong] = function (data)
|
[JumpType.ZhuTiHuoDong] = function (data)
|
||||||
if #data > 1 then
|
if #data > 1 then
|
||||||
if ActivityGiftManager.GetActivityTypeInfo(ActivityTypeDef.LimitUpHero) then
|
if ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.LimitUpHero) then
|
||||||
this.JumpActivity(JumpType.ZhuTiHuoDong,data[1])
|
this.JumpActivity(JumpType.ZhuTiHuoDong,data[1])
|
||||||
elseif ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.FindFairy) then
|
elseif ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.FindFairy) then
|
||||||
this.JumpActivity(JumpType.ZhuTiHuoDong,data[2])
|
this.JumpActivity(JumpType.ZhuTiHuoDong,data[2])
|
||||||
|
|
Loading…
Reference in New Issue