zhaoyang 2 سال پیش
والد
کامیت
448755a8bb
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      GameClient/Assets/Game/HotUpdate/Views/MainStory/InstanceZonesController.cs

+ 2 - 1
GameClient/Assets/Game/HotUpdate/Views/MainStory/InstanceZonesController.cs

@@ -41,7 +41,8 @@ namespace GFGGame
                 object[] gobackparams;
                 if (levelCfg.type == ConstInstanceZonesType.Studio && levelCfg.subType == ConstInstanceZonesSubType.Hard3)
                 {
-                    gobackparams = new object[] { typeof(StudioFilingView).FullName };
+                    object param = ViewManager.GetUIView(nameof(StudioFilingView)).viewData;
+                    gobackparams = new object[] { typeof(StudioFilingView).FullName, param };
                 }
                 else
                 {