开放申请好友列表

master
zhangjiannan 2024-08-26 12:48:59 +08:00
parent 8138a77723
commit 3980c4d41f
1 changed files with 2 additions and 2 deletions

View File

@ -768,7 +768,7 @@ function this.BtnClickEvnet(index)
this.mask.localPosition = this.friendSearchBtn.transform.localPosition - Vector3.New(15,0,0)
this.maskText.text = this.friendSearchText.text
this.maskText.transform.localPosition = this.maskTextCurPos
--GoodFriendManager.RefreshRecommend(2)
GoodFriendManager.RefreshRecommend(2)
elseif index == 4 then
this.friendList:SetActive(false)
this.friendApplication:SetActive(false)
@ -783,7 +783,7 @@ function this.BtnClickEvnet(index)
this.mask.localPosition = this.blackListBtn.transform.localPosition - Vector3.New(15,0,0)
this.maskText.text = this.blackListText.text
this.maskText.transform.localPosition = this.maskTextCurPos + Vector3.New(10.6,0,0)
--GoodFriendManager.RefreshRecommend(4)
GoodFriendManager.RefreshRecommend(4)
end
end
return GoodFriendMainPanel