英雄获取详情界面添加神王技能显示

tcx_xiyou_zeroOne_dev
wangzhenxing 2024-08-12 17:12:52 +08:00
parent 9b1d82faa3
commit 72a3e38821
1 changed files with 2 additions and 1 deletions

View File

@ -234,7 +234,8 @@ function RoleGetInfoPopup:OnShow()
if i==6 then
panel = UIManager.OpenPanel(UIName.SkillInfoPopup,skillData,1,10,maxLv,i)
else
panel = UIManager.OpenPanel(UIName.SkillInfoPopup,nextData,1,10,maxLv,i,skillData)
local training=HeroManager.GetGodKingPasivvSkill(nextData.needStar,heroSData.Id)
panel = UIManager.OpenPanel(UIName.SkillInfoPopup,nextData,1,10,maxLv,i,skillData,nil,nil,training)
end
else
panel = UIManager.OpenPanel(UIName.SkillInfoPopup,skillData,1,10,maxLv,i)