Merge branch 'china/dev-c' of http://60.1.1.230/gaoxin/JL_Client into china/dev-c

dev_chengFeng
ZhangBiao 2021-05-26 18:32:14 +08:00
commit f7e8bd99b6
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