zhaoyang 3 жил өмнө
parent
commit
72698e6033

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/Login/LoginInputView.cs

@@ -21,6 +21,7 @@ namespace GFGGame
         protected override void OnInit()
         {
             base.OnInit();
+            packageName = UI_LoginInputUI.PACKAGE_NAME;
             _ui = UI_LoginInputUI.Create();
             this.viewCom = _ui.target;
             this.viewCom.Center();