Browse Source

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

guodong 1 year ago
parent
commit
a593c0cc20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/Notice/NoticeView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Notice/NoticeView.cs

@@ -65,7 +65,7 @@ namespace GFGGame
 
             if (backRefresh)
             {
-                _ui.m_c1.selectedIndex = 1;
+                _ui.m_c1.selectedIndex = 0;
                 _ui.m_listActivity.visible = true;
                 _ui.m_listNotice.visible = true;
                 _ui.m_buttonCom.visible = true;