diff --git a/Assets/Lua/UI/UILiveRoom/UILiveRoomView.lua b/Assets/Lua/UI/UILiveRoom/UILiveRoomView.lua index f2ddae527..f2054ddd0 100644 --- a/Assets/Lua/UI/UILiveRoom/UILiveRoomView.lua +++ b/Assets/Lua/UI/UILiveRoom/UILiveRoomView.lua @@ -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)