森罗幻境】小游戏卡死

dev_chengFeng
jiaoyangna 2021-05-28 19:25:43 +08:00
parent 50de08e3f3
commit a694f95bac
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ end
--界面打开时调用(用于子类重写)
function BuffChoosePanel:OnOpen(gameType, gameId, gameParams)
this.logic = _LogicConfig[gameType]
this.logic.Init(self, this._ViewConfig[gameType], gameType, gameId, gameParams)
this.logic.Init(this, this._ViewConfig[gameType], gameType, gameId, gameParams)
end
--界面打开或者重新打开后,界面刷新时调用(用于子类重写)