zhaoyang 3 年之前
父节点
当前提交
00b2b4b5fb
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      GameClient/Assets/Game/HotUpdate/Views/Friend/FriendAddView.cs

+ 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)
             {