【装备】跳转摘星阁

dev_chengFeng
张彪 2022-03-02 14:40:13 +08:00
parent ef47e3dfb7
commit 40d2fc4659
1 changed files with 5 additions and 1 deletions

View File

@ -155,7 +155,11 @@ function RewardEquipSingleShowPopup2:BindEvent()
--跳转摘星阁
Util.AddClick(self.btnJumpHome, function()
UIManager.OpenPanel(UIName.GeneralPopup,GENERAL_POPUP_TYPE.HomeLandEquip)
JumpManager.GoJump(40059,function ()
Timer.New(function ()
UIManager.OpenPanel(UIName.GeneralPopup,GENERAL_POPUP_TYPE.HomeLandEquip)
end,0.5):Start()
end)
end)
end