【登录】提审服不再显示公告
parent
3ca8ee5259
commit
d2dd9401f4
|
@ -305,7 +305,7 @@ end
|
||||||
|
|
||||||
function this.CheckNoticeShow()
|
function this.CheckNoticeShow()
|
||||||
-- 判断公告显示
|
-- 判断公告显示
|
||||||
IsShowNotice = true--SERVER_VERSION == 0 -- 正式服显示公告
|
IsShowNotice = SERVER_VERSION == 0 -- 正式服显示公告
|
||||||
this.btnNotice:SetActive(IsShowNotice)
|
this.btnNotice:SetActive(IsShowNotice)
|
||||||
end
|
end
|
||||||
-- 打开公告界面
|
-- 打开公告界面
|
||||||
|
|
Loading…
Reference in New Issue