【山河社稷图】bug

dev_chengFeng
zhangqiang 2021-05-26 17:24:58 +08:00
parent d799a102dc
commit cf8fb5f147
1 changed files with 1 additions and 3 deletions

View File

@ -87,9 +87,7 @@ end
--界面打开或者重新打开后,界面刷新时调用(用于子类重写)
function FightLevelSingleLevelInfoPopup:OnShow()
for i = 1, #contentScripts do
contentScripts[i].view:OnShow(this,args)
end
contentScripts[index].view:OnShow(this,args)
end