[玉虚论道]=======结算期战斗添加屏蔽
parent
4a764de122
commit
e1e2f1f663
|
@ -245,6 +245,10 @@ function WorldArenaBattleInfoPanel:BindEvent()
|
|||
|
||||
end)
|
||||
Util.AddClick(this.btn_fight, function()
|
||||
if not ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.JumpServer_YuXu) then
|
||||
PopupTipPanel.ShowTip(Language[10075])
|
||||
return
|
||||
end
|
||||
-- 动画中不能再执行
|
||||
state=2
|
||||
if isAnim then
|
||||
|
|
|
@ -61,6 +61,10 @@ function WorldArenaOtherTeamPanel:BindEvent()
|
|||
self:ClosePanel()
|
||||
end)
|
||||
Util.AddClick(self.btnChallenge, function()
|
||||
if not ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.JumpServer_YuXu) then
|
||||
PopupTipPanel.ShowTip(Language[10075])
|
||||
return
|
||||
end
|
||||
if time==0 and haveNum<needNum then
|
||||
PopupTipPanel.ShowTip("挑战券不足!")
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue