添加神印笔跳转
parent
dcf1e29c3a
commit
e0263ea164
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue