【连购礼包】顶呱深处跳转修改

dev_chengFeng
ZhangBiao 2021-12-06 19:11:45 +08:00
parent ab6955ba9f
commit fe99e89eb9
1 changed files with 7 additions and 1 deletions

View File

@ -328,7 +328,7 @@ function UpView:RechargeType(_type)
_type == UpViewRechargeType.LightRing or
_type == UpViewRechargeType.AdventureAlianInvasionTicket or
_type == UpViewRechargeType.MonsterCampTicket or
_type==UpViewRechargeType.DingKunShenChu or
-- _type==UpViewRechargeType.DingKunShenChu or
_type==UpViewRechargeType.yuxulundaoTicket
then
--功能快捷购买
@ -369,6 +369,12 @@ function UpView:RechargeType(_type)
if id then
JumpManager.GoJump(40050,nil,id2)
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
_type == UpViewRechargeType.Yaoh or
_type == UpViewRechargeType.Panacea or