Compare commits

...

3 Commits

Author SHA1 Message Date
2061dd3c33 直播间聊天 2026-03-04 18:00:03 +08:00
f4ea1f0c11 Merge branch 'game' of http://127.0.0.1:3000/fatiao/ro-webgl into game 2026-03-04 17:58:11 +08:00
d4c6b3cbb5 默认名字 2026-03-04 17:54:32 +08:00
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: 1
m_IsActive: 0
--- !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)