罗浮入口修改提交

tcx_xiyou_solider
PC-202302260912\Administrator 2024-04-25 13:47:59 +08:00
parent 6bcfdc17c6
commit 74a363bb67
1 changed files with 2 additions and 2 deletions

View File

@ -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 = "未达到开启条件"