소스 검색

补充跳转路径

huangxiaoyue 1 년 전
부모
커밋
3be0fb6eff
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      GameClient/Assets/Game/HotUpdate/Views/ViewManager.cs

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

@@ -465,6 +465,9 @@ namespace GFGGame
                 case nameof(FirstChargeBonusView):
                     ViewManager.Show<FirstChargeBonusView>(param, goBackDatas, false);
                     break;
+                case nameof(ClothingSyntheticView):
+                    ViewManager.Show<ClothingSyntheticView>(param, goBackDatas, false);
+                    break;
                 default:
                     ViewManager.Show($"GFGGame.{jumpId}", null, goBackDatas, hideOther, true);
                     break;