车迟斗法开启提示修改
parent
fa4cdf0f2d
commit
6db7d3ac5c
|
|
@ -351,11 +351,11 @@ function this.BtnClick(id)
|
|||
end
|
||||
end
|
||||
elseif id == FUNCTION_OPEN_TYPE.CARDELAY then
|
||||
if PlayerManager.familyId == 0 then
|
||||
PopupTipPanel.ShowTip(Language[10278])
|
||||
return
|
||||
end
|
||||
if ActTimeCtrlManager.IsQualifiled(id) then
|
||||
if PlayerManager.familyId == 0 then
|
||||
PopupTipPanel.ShowTip(Language[10278])
|
||||
return
|
||||
end
|
||||
UIManager.OpenPanel(UIName.GuildCarDelayMainPanel)
|
||||
else
|
||||
PopupTipPanel.ShowTip(ActTimeCtrlManager.GetFuncTip(id))
|
||||
|
|
|
|||
Loading…
Reference in New Issue