缥缈之旅界面修改

dev_chengFeng
yuanshuai 2022-07-05 13:42:58 +08:00
parent bb3f825aa9
commit c7355221bd
1 changed files with 1 additions and 1 deletions

View File

@ -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