Browse Source

雅集调整

zhaoyang 2 years ago
parent
commit
02e8116796

+ 6 - 2
GameClient/Assets/Game/HotUpdate/Views/League/LeagueApplyView.cs

@@ -29,12 +29,16 @@ namespace GFGGame
             packageName = UI_LeagueApplyUI.PACKAGE_NAME;
             _ui = UI_LeagueApplyUI.Create();
             this.viewCom = _ui.target;
-            isfullScreen = true;
+            // isfullScreen = true;
+            this.viewCom.Center();
+            this.modal = true;
+            viewAnimationType = EnumViewAnimationType.ZOOM_CENTER;
+
 
             // _ui.m_loaBg.url = ResPathUtil.GetBgImgPath("gzs_bjbj");
             _ui.m_btnNoCheck.onClick.Add(OnBtnNoCheckClick);
             _ui.m_btnRule.onClick.Add(RuleController.ShowRuleView);
-            _ui.m_btnRule.data = 300006;
+            _ui.m_btnRule.data = 300007;
             _ui.m_btnClose.onClick.Add(Hide);
 
             _ui.m_list.itemRenderer = RenderListItem;

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/League/LeagueMemberAppointView.cs

@@ -35,7 +35,7 @@ namespace GFGGame
 
             _ui.m_btnClose.onClick.Add(Hide);
             _ui.m_btnRule.onClick.Add(RuleController.ShowRuleView);
-            _ui.m_btnRule.data = 300007;
+            _ui.m_btnRule.data = 300006;
             _ui.m_btnKick.onClick.Add(OnBtnKickClick);
             _ui.m_btnAppoint0.target.onClick.Add(OnBtnAppointClick);
             _ui.m_btnAppoint0.target.data = LeaguePos.Owner;

+ 4 - 1
GameClient/Assets/Game/HotUpdate/Views/League/LeagueMemberLogView.cs

@@ -26,7 +26,10 @@ namespace GFGGame
             packageName = UI_LeagueMemberLogUI.PACKAGE_NAME;
             _ui = UI_LeagueMemberLogUI.Create();
             this.viewCom = _ui.target;
-            isfullScreen = true;
+            // isfullScreen = true;
+            this.viewCom.Center();
+            this.modal = true;
+            viewAnimationType = EnumViewAnimationType.ZOOM_CENTER;
 
             _ui.m_btnClose.onClick.Add(Hide);
             _ui.m_list.itemRenderer = RenderListItem;