摘星阁bug修改

dev_chengFeng
yuanshuai 2022-09-02 14:40:36 +08:00
parent a506dc7997
commit 9197a89d5a
1 changed files with 1 additions and 1 deletions

View File

@ -113,8 +113,8 @@ end
function this:OnOpen() function this:OnOpen()
local _roleDatas = HeroManager.GetAllHeroDatas() local _roleDatas = HeroManager.GetAllHeroDatas()
curSelectHero=_roleDatas[1]
this.SetHeroList(_roleDatas) this.SetHeroList(_roleDatas)
curSelectHero=_roleDatas[1]
this:Refresh() this:Refresh()
end end