zhaoyang %!s(int64=3) %!d(string=hai) anos
pai
achega
a25f07a272
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      GameClient/Assets/Game/HotUpdate/Views/ViewManager.cs

+ 4 - 0
GameClient/Assets/Game/HotUpdate/Views/ViewManager.cs

@@ -214,6 +214,10 @@ namespace GFGGame
                 }
                 if (goBackParams != null)
                 {
+                    if (!_goBackDatas.ContainsKey(name))
+                    {
+                        _goBackDatas.Add(name, new List<object[]>());
+                    }
                     _goBackDatas[name].Add(goBackParams);
                 }
                 else if (resetGobackParams)