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

dev_chengFeng
jiaoyangna 2021-06-03 16:51:55 +08:00
commit fd6e00c757
1 changed files with 1 additions and 1 deletions

View File

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