diff --git a/Assets/ManagedResources/~Lua/View/UpView.lua b/Assets/ManagedResources/~Lua/View/UpView.lua index fdc9de81d0..4dee353afa 100644 --- a/Assets/ManagedResources/~Lua/View/UpView.lua +++ b/Assets/ManagedResources/~Lua/View/UpView.lua @@ -323,7 +323,7 @@ function UpView:RechargeType(_type) --功能快捷购买 UIManager.OpenPanel(UIName.QuickPurchasePanel, { type = _type }) elseif _type == UpViewRechargeType.HeroExchange then--神将置换 - UIManager.OpenPanel(UIName.ElementDrawCardPanel) + JumpManager.GoJump(1002) elseif _type == UpViewRechargeType.DemonCrystal then LogError(tostring(SERVER_VERSION)) if SERVER_VERSION == 1 then