【连购礼包】顶呱深处跳转修改
parent
ab6955ba9f
commit
fe99e89eb9
|
@ -328,7 +328,7 @@ function UpView:RechargeType(_type)
|
||||||
_type == UpViewRechargeType.LightRing or
|
_type == UpViewRechargeType.LightRing or
|
||||||
_type == UpViewRechargeType.AdventureAlianInvasionTicket or
|
_type == UpViewRechargeType.AdventureAlianInvasionTicket or
|
||||||
_type == UpViewRechargeType.MonsterCampTicket or
|
_type == UpViewRechargeType.MonsterCampTicket or
|
||||||
_type==UpViewRechargeType.DingKunShenChu or
|
-- _type==UpViewRechargeType.DingKunShenChu or
|
||||||
_type==UpViewRechargeType.yuxulundaoTicket
|
_type==UpViewRechargeType.yuxulundaoTicket
|
||||||
then
|
then
|
||||||
--功能快捷购买
|
--功能快捷购买
|
||||||
|
@ -369,6 +369,12 @@ function UpView:RechargeType(_type)
|
||||||
if id then
|
if id then
|
||||||
JumpManager.GoJump(40050,nil,id2)
|
JumpManager.GoJump(40050,nil,id2)
|
||||||
end
|
end
|
||||||
|
elseif _type == UpViewRechargeType.DingKunShenChu then--易经宝库->珍奇宝阁
|
||||||
|
local id= ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.ContinuePackage)
|
||||||
|
local id2= ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.YiJingBaoKu)
|
||||||
|
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