添加神印笔跳转

dev_chengFeng
wangzhenxing 2022-04-25 13:43:46 +08:00
parent dcf1e29c3a
commit e0263ea164
2 changed files with 5 additions and 1 deletions

View File

@ -397,7 +397,8 @@ local jumpDic = {
end,
[JumpType.EndlessFight] = function()--无尽副本
MapManager.curCarbonType = CarBonTypeId.ENDLESS
UIManager.OpenPanel(UIName.EndLessCarbonPanel)
--UIManager.OpenPanel(UIName.EndLessCarbonPanel)
UIManager.OpenPanel(UIName.ChallengeCopyPanel)
end,
[JumpType.SoulPrintAstrology] = function()--无尽副本
UIManager.OpenPanel(UIName.SoulPrintAstrologyPanel)

View File

@ -423,6 +423,9 @@ function UpView:RechargeType(_type)
_type == UpViewRechargeType.exploreCost or
_type == UpViewRechargeType.qianmianhuan then
UIManager.OpenPanel(UIName.RewardItemSingleShowPopup, _type)
elseif _type == UpViewRechargeType.GodPrintStone then
-- LogError("1111111")
JumpManager.GoJump(46001)
end
end