zhaoyang 3 năm trước cách đây
mục cha
commit
471aad214e

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

@@ -55,6 +55,7 @@ namespace GFGGame
             item.m_txtTitle.text = string.Format("{0}区  {1}", NumberUtil.GetChiniseNumberText((int)serverInfo.Id), serverInfo.ServerName);
             if (serverInfo.Id == serverInfosComponent.CurrentServerId) item.target.selected = true;
             item.target.data = serverInfo.Id;
+            UI_Button2.ProxyEnd();
         }
         private void OnListItemClick(EventContext context)
         {