From c7355221bdabd5ab34b988ba9b59fae68354e7f2 Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Tue, 5 Jul 2022 13:42:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=A5=E7=BC=88=E4=B9=8B=E6=97=85=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/JourneyWithWind/JourneyWithWindPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/JourneyWithWind/JourneyWithWindPanel.lua b/Assets/ManagedResources/~Lua/Modules/JourneyWithWind/JourneyWithWindPanel.lua index bd819d8bb8..d3f4188108 100644 --- a/Assets/ManagedResources/~Lua/Modules/JourneyWithWind/JourneyWithWindPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/JourneyWithWind/JourneyWithWindPanel.lua @@ -431,7 +431,7 @@ function this.ShowDayDataGiftBag() local btnFinish = Util.GetGameObject(go, "pre2/btnFinish") btnFinish:SetActive(false) local headName = Util.GetGameObject(go, "headImage/name") - headName:GetComponent("Text").text = "额外礼包" + headName:GetComponent("Text").text = "免费礼包" local size = headName:GetComponent("RectTransform").sizeDelta size.x = 108.3 headName.transform.sizeDelta = size