【公告】提审服也要显示公告
parent
af5fa192b6
commit
101c79640d
|
@ -305,7 +305,7 @@ end
|
||||||
|
|
||||||
function this.CheckNoticeShow()
|
function this.CheckNoticeShow()
|
||||||
-- 判断公告显示
|
-- 判断公告显示
|
||||||
IsShowNotice = SERVER_VERSION == 0 -- 正式服显示公告
|
IsShowNotice = true--SERVER_VERSION == 0 -- 正式服显示公告
|
||||||
this.btnNotice:SetActive(IsShowNotice)
|
this.btnNotice:SetActive(IsShowNotice)
|
||||||
end
|
end
|
||||||
-- 打开公告界面
|
-- 打开公告界面
|
||||||
|
|
Loading…
Reference in New Issue