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