【提审】关闭太初密卷显示

dev_chengFeng
gaoxin 2021-08-28 15:25:23 +08:00
parent ee4a465c41
commit c19cfb3d49
1 changed files with 3 additions and 1 deletions

View File

@ -272,7 +272,9 @@ function this:InitComponent()
this.taiChuMiJuanBtn = Util.GetGameObject(self.gameObject, "taichumijuan")
this.taichumijuanRed=Util.GetGameObject(this.taiChuMiJuanBtn, "redPoint")
if LoginRoot_Channel == "XP" or LoginRoot_Channel == "DY" then
-- 提审服,喜扑,动游关闭太初密卷显示
if SERVER_VERSION == 1 or LoginRoot_Channel == "XP" or LoginRoot_Channel == "DY" then
this.taiChuMiJuanBtn:SetActive(false)
end
end