【跳转】化虚坛跳转修改2

dev_chengFeng
zhangqiang 2021-04-25 14:20:07 +08:00
parent 438bfea81a
commit 2b595bb8f5
2 changed files with 2 additions and 2 deletions

View File

@ -486,7 +486,7 @@ function this:BindEvent()
--神将合成、神将置换
Util.AddClick(this.btnCompoundHero, function()
if ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.COMPOUND_HERO) then
JumpManager.GoJump(750001)
JumpManager.GoJump(750000)
this.ScenceBtnClick(FUNCTION_OPEN_TYPE.COMPOUND_HERO)
else
PopupTipPanel.ShowTip(ActTimeCtrlManager.GetFuncTip(FUNCTION_OPEN_TYPE.COMPOUND_HERO))

View File

@ -71,7 +71,7 @@ function RoleUpStarLayout:BindEvent()
--前往化虚坛
Util.AddClick(this.goCompoundHero, function()
if ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.COMPOUND_HERO) then
JumpManager.GoJump(750001)
JumpManager.GoJump(750000)
else
PopupTipPanel.ShowTip(ActTimeCtrlManager.GetFuncTip(FUNCTION_OPEN_TYPE.COMPOUND_HERO))
end