From 3980c4d41fadd982698ba4f75ff0cc768ce75404 Mon Sep 17 00:00:00 2001 From: zhangjiannan Date: Mon, 26 Aug 2024 12:48:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E6=94=BE=E7=94=B3=E8=AF=B7=E5=A5=BD?= =?UTF-8?q?=E5=8F=8B=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/GoodFriend/GoodFriendMainPanel.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/GoodFriend/GoodFriendMainPanel.lua b/Assets/ManagedResources/~Lua/Modules/GoodFriend/GoodFriendMainPanel.lua index 1b7ddb605..2b0485f2a 100644 --- a/Assets/ManagedResources/~Lua/Modules/GoodFriend/GoodFriendMainPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/GoodFriend/GoodFriendMainPanel.lua @@ -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 \ No newline at end of file