【跳转】化虚坛跳转修改2
parent
438bfea81a
commit
2b595bb8f5
|
@ -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))
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue