소스 검색

限时抽奖

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
                 {