罗浮入口修改提交
parent
6bcfdc17c6
commit
74a363bb67
|
@ -54,7 +54,7 @@ function ArenaTypePanel:BindEvent()
|
|||
-- return
|
||||
-- end
|
||||
--UIManager.OpenPanel(UIName.ArenaTopMatchPanel)
|
||||
if state<1 then
|
||||
if state<1 or state==2 or state==4 then
|
||||
PopupTipPanel.ShowTip(tipStr)
|
||||
return
|
||||
end
|
||||
|
@ -241,7 +241,7 @@ function this.RefreshTopMatchShow()
|
|||
|
||||
|
||||
|
||||
if state<1 then
|
||||
if state<1 or state==2 or state==4 then
|
||||
this.TopMatch_Normal:SetActive(false)
|
||||
this.TopMatch_Lock:SetActive(true)
|
||||
this.TopMatch_Name.text = "未达到开启条件"
|
||||
|
|
Loading…
Reference in New Issue