【提审】关闭太初密卷显示
parent
ee4a465c41
commit
c19cfb3d49
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue