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