From 17aee7a7405c7a5630b637ab424431e3991e4c28 Mon Sep 17 00:00:00 2001 From: CaiYanPeng Date: Fri, 11 Feb 2022 13:46:38 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/UI/Prefab/Panel/UserInfoController.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Assets/Scripts/UI/Prefab/Panel/UserInfoController.cs b/Assets/Scripts/UI/Prefab/Panel/UserInfoController.cs index 0db89752..deb165cf 100644 --- a/Assets/Scripts/UI/Prefab/Panel/UserInfoController.cs +++ b/Assets/Scripts/UI/Prefab/Panel/UserInfoController.cs @@ -16,6 +16,7 @@ public class UserInfoController : PFUIPanel { this.transform.localPosition = new Vector3(0, 0, 0); Button exitBtn = this.transform.Find("InfoPanel").Find("Button").GetComponent