调整用户名显示相关,只有播放录像才会强制用户名,否则都用uid获取

This commit is contained in:
MrZ_26
2022-10-24 19:15:05 +08:00
parent 04559efaca
commit 7b1df65e64
4 changed files with 4 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ return{
GC.rectangle('line',488,20,100,80,5)
GC.draw(border,-17+150,-12)
setFont(30)
GC.mStr(P.username,300,-60)
GC.mStr(P.username or USERS.getUsername(P.uid),300,-60)
end
GC.pop()
end