【装备】跳转摘星阁
parent
ef47e3dfb7
commit
40d2fc4659
|
@ -155,7 +155,11 @@ function RewardEquipSingleShowPopup2:BindEvent()
|
||||||
|
|
||||||
--跳转摘星阁
|
--跳转摘星阁
|
||||||
Util.AddClick(self.btnJumpHome, function()
|
Util.AddClick(self.btnJumpHome, function()
|
||||||
|
JumpManager.GoJump(40059,function ()
|
||||||
|
Timer.New(function ()
|
||||||
UIManager.OpenPanel(UIName.GeneralPopup,GENERAL_POPUP_TYPE.HomeLandEquip)
|
UIManager.OpenPanel(UIName.GeneralPopup,GENERAL_POPUP_TYPE.HomeLandEquip)
|
||||||
|
end,0.5):Start()
|
||||||
|
end)
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue