适配修改

dev_chengFeng
jiaoyangna 2021-12-21 17:37:19 +08:00
parent edbf25dc59
commit e96d6e5744
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ JingjishiLianPatface = Inherit(BasePanel)
function JingjishiLianPatface:InitComponent()
self.spLoader = SpriteLoader.New()
self.liveRoot = Util.GetGameObject(self.gameObject,"bg/ren")
self.BackBtn = Util.GetGameObject(self.gameObject,"BackBtn")
self.BackBtn = Util.GetGameObject(self.gameObject,"bg/BackBtn")
self.BackBtn.gameObject:SetActive(false)
self.maskBtn = Util.GetGameObject(self.gameObject,"bg")
self.jumpBtn = Util.GetGameObject(self.gameObject,"bg/jumpBtn")
end