Merge branch 'china/dev-c' of http://60.1.1.230/gaoxin/JL_Client into china/dev-c

dev_chengFeng
wangzhenxing 2021-06-03 15:52:33 +08:00
commit 4644de33a5
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ function this:InitComponent()
this.logo.gameObject:SetActive(true)
this.logo.sprite = this.spLoader:LoadSprite(logoStr)
this.logo:SetNativeSize()
-- 特效只有在特殊背景显示
Util.GetGameObject(this.sdkLoginBtn, "effect (1)"):SetActive(logoStr == "dl_ui_effect_bg")
else
this.logo.gameObject:SetActive(false)
end