diff --git a/Assets/ManagedResources/~Lua/View/UpView.lua b/Assets/ManagedResources/~Lua/View/UpView.lua index 0ba57f356f..c3a7dbf48d 100644 --- a/Assets/ManagedResources/~Lua/View/UpView.lua +++ b/Assets/ManagedResources/~Lua/View/UpView.lua @@ -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