达人活动头文字删除

xiyou_yueNanZhengshi
DESKTOP-MMO982B\User 2024-08-28 15:06:31 +08:00
parent 2d8d59a306
commit 8e6465e57b
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ function ExpertPage:OnShow(_sortingOrder)
end
if self.actConfig.Icon[4] and self.actConfig.Icon[4] ~= "" then
self.titleIma.gameObject:SetActive(true)
self.titleIma.gameObject:SetActive(false)
self.titleIma.sprite = self.spLoader:LoadSprite(self.actConfig.Icon[4])
self.titleIma:SetNativeSize()
self.titleIma.transform.localPosition = Vector3.New(self.actConfig.TitleImapos[1],self.actConfig.TitleImapos[2],self.actConfig.TitleImapos[3])