Merge branch 'TCX_LongZhu' of http://192.168.1.21:3000/root/miduo_client into TCX_LongZhu

TCX_LongZhu
DESKTOP-RH64908\Administrator 2025-12-05 16:44:08 +08:00
commit 58f1d27b9d
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ function this:OnShow(_parent,...)
local str = PracticeManager.GetSingleAddition(adddata)
this.addTextList[i]:GetComponent("Text").text = str
if data.State == 1 then
this.addTextList[i]:GetComponent("Text").text = string.format("<color=#29FF00>%s</color>",str)
this.addTextList[i]:GetComponent("Text").text = string.format("<color=#9F6318>%s</color>",str)
end
end
-- 背景透明