huangxiaoyue 1 жил өмнө
parent
commit
3be0fb6eff

+ 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;