zhaoyang 3 жил өмнө
parent
commit
00b2b4b5fb

+ 2 - 0
GameClient/Assets/Game/HotUpdate/Views/Friend/FriendAddView.cs

@@ -150,6 +150,8 @@ namespace GFGGame
         private async void OnBtnRefreshClick()
         {
             _ui.m_txtTips.text = "推荐好友";
+            _ui.m_listSearch.numItems = 0;
+
             bool result = await FriendSProxy.ReqRecommendFriends();
             if (result)
             {