Browse Source

补充跳转路径

huangxiaoyue 1 năm trước cách đây
mục cha
commit
3be0fb6eff
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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;