Merge branch 'onepiece_demo' of http://192.168.1.21:3000/root/miduo_client into onepiece_demo

onepiece_demo_arena
wangzhenxing 2024-01-25 14:19:45 +08:00
commit a03f536399
1 changed files with 2 additions and 0 deletions

View File

@ -250,6 +250,8 @@ function RoleInfoPopup:OnShow()
this.PotentyInfo()
this.GodPrintInfo()
this.SkillInfo()
local t=ConfigManager.TryGetAllConfigsDataByKey(ConfigName.Train,"HeroID",curHeroData.id)
this.trainBtn:SetActive( #t~=0)
end
--界面关闭时调用(用于子类重写)