【连购礼包】跳转修改
parent
692425511c
commit
9db47caa8e
|
@ -728,7 +728,11 @@ local jumpDic = {
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
[JumpType.zhenqibaoge] = function(data)
|
[JumpType.zhenqibaoge] = function(data)
|
||||||
this.JumpActivity(JumpType.zhenqibaoge,data[1])
|
local id= ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.ContinuePackage)
|
||||||
|
local id2= ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.YiJingBaoKu)
|
||||||
|
if id then
|
||||||
|
JumpManager.GoJump(40050,nil,id2)
|
||||||
|
end
|
||||||
end,
|
end,
|
||||||
[JumpType.LingShouTehui] = function(data)--零售特惠
|
[JumpType.LingShouTehui] = function(data)--零售特惠
|
||||||
this.JumpActivity(JumpType.LingShouTehui,data[1])
|
this.JumpActivity(JumpType.LingShouTehui,data[1])
|
||||||
|
|
|
@ -363,8 +363,12 @@ function UpView:RechargeType(_type)
|
||||||
JumpManager.GoJump(40014)
|
JumpManager.GoJump(40014)
|
||||||
elseif _type == UpViewRechargeType.HuaLingFu then--跳灵兽特惠
|
elseif _type == UpViewRechargeType.HuaLingFu then--跳灵兽特惠
|
||||||
JumpManager.GoJump(40010)
|
JumpManager.GoJump(40010)
|
||||||
elseif _type == UpViewRechargeType.XunBaoMiZong then--寻宝迷踪->惊喜礼盒
|
elseif _type == UpViewRechargeType.XunBaoMiZong then--寻宝迷踪->珍奇宝阁
|
||||||
JumpManager.GoJump(36041)
|
local id= ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.ContinuePackage)
|
||||||
|
local id2= ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.XunBaoMiZong)
|
||||||
|
if id then
|
||||||
|
JumpManager.GoJump(40050,nil,id2)
|
||||||
|
end
|
||||||
elseif _type == UpViewRechargeType.GrowthAmulet or
|
elseif _type == UpViewRechargeType.GrowthAmulet or
|
||||||
_type == UpViewRechargeType.Yaoh or
|
_type == UpViewRechargeType.Yaoh or
|
||||||
_type == UpViewRechargeType.Panacea or
|
_type == UpViewRechargeType.Panacea or
|
||||||
|
|
Loading…
Reference in New Issue