森罗幻境】小游戏卡死
parent
50de08e3f3
commit
a694f95bac
|
|
@ -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
|
||||
|
||||
--界面打开或者重新打开后,界面刷新时调用(用于子类重写)
|
||||
|
|
|
|||
Loading…
Reference in New Issue