Compare commits

..

No commits in common. "2061dd3c3366fda73cb2c8bfabf915365d321eb9" and "8e92c9d03efd6ac84369887aec85f4ae5a9df2f3" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
m_IsActive: 1
--- !u!224 &3135625391757224365
RectTransform:
m_ObjectHideFlags: 0

View File

@ -1644,7 +1644,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)
@ -1884,7 +1884,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)