达人活动头文字删除
parent
2d8d59a306
commit
8e6465e57b
|
|
@ -89,7 +89,7 @@ function ExpertPage:OnShow(_sortingOrder)
|
||||||
end
|
end
|
||||||
|
|
||||||
if self.actConfig.Icon[4] and self.actConfig.Icon[4] ~= "" then
|
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.sprite = self.spLoader:LoadSprite(self.actConfig.Icon[4])
|
||||||
self.titleIma:SetNativeSize()
|
self.titleIma:SetNativeSize()
|
||||||
self.titleIma.transform.localPosition = Vector3.New(self.actConfig.TitleImapos[1],self.actConfig.TitleImapos[2],self.actConfig.TitleImapos[3])
|
self.titleIma.transform.localPosition = Vector3.New(self.actConfig.TitleImapos[1],self.actConfig.TitleImapos[2],self.actConfig.TitleImapos[3])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue