【图鉴重叠】
parent
9b533fff0e
commit
1942875c2e
|
@ -196,6 +196,9 @@ end
|
||||||
|
|
||||||
--刷新页签数据
|
--刷新页签数据
|
||||||
function this:UpdateHeroInfoData()
|
function this:UpdateHeroInfoData()
|
||||||
|
for k,v in pairs(this.PageList) do
|
||||||
|
v:OnHide()
|
||||||
|
end
|
||||||
local starSize = Vector2.New(60,60)
|
local starSize = Vector2.New(60,60)
|
||||||
SetHeroStars(this.starGrid, _curStar,2,starSize,-10,Vector2.New(0.5,0.5))
|
SetHeroStars(this.starGrid, _curStar,2,starSize,-10,Vector2.New(0.5,0.5))
|
||||||
this.heroName.text = GetLanguageStrById(heroConFigData.ReadingName)
|
this.heroName.text = GetLanguageStrById(heroConFigData.ReadingName)
|
||||||
|
|
Loading…
Reference in New Issue