默认名字

This commit is contained in:
fatiao 2026-03-04 17:54:32 +08:00
parent 022b554028
commit d4c6b3cbb5

View File

@ -1637,7 +1637,7 @@ function UILiveRoomView:Show_Answer_Result(itemlua, data)
end
local headpath = "PlayerHeads/player_head_" .. (uid2info[info.key].head_id or 1)
local name = uid2info[info.key].name or "初心"
local name = uid2info[info.key].name or "穿越"
heads[i].text_name.text.text = name
self:LoadIcon_SetSprite(heads[i].img_head, headpath)
@ -1877,7 +1877,7 @@ function UILiveRoomView:Result_Answer(itemlua, data)
end
local headpath = "PlayerHeads/player_head_" .. (uid2info[info.uid].head_id or 1)
local name = uid2info[info.uid].name or "初心"
local name = uid2info[info.uid].name or "穿越"
heads[i].text_name.text.text = name
self:LoadIcon_SetSprite(heads[i].img_head, headpath)