Merge branch 'TCX_LongZhu' of http://192.168.1.21:3000/root/miduo_client into TCX_LongZhu
commit
58f1d27b9d
|
|
@ -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
|
||||
-- 背景透明
|
||||
|
|
|
|||
Loading…
Reference in New Issue