角标,小红点,群发消息

This commit is contained in:
XiuYun CHEN
2025-08-05 17:02:15 +08:00
parent 9355959b36
commit 76b7785d84
15 changed files with 199 additions and 35 deletions
@@ -23,6 +23,7 @@ import {
NECommonUtils,
NetworkBrokenBuilder,
PermissionsUtils,
StringIsEmpty,
UserUtils,
VideoViewerDialog
} from '@nimkit/common';
@@ -450,7 +451,13 @@ export struct ChatP2PPage {
let json = JSON.parse(res+'') as Record<string, object>;
let datas=json.data as Record<string, string>;
this.patientUuid=datas.uuid
let tmpname= this.showName
this.showName=await UserUtils.getAvatarName(this.patientUuid,String(this.chatUserInfo.conversationName))
if(StringIsEmpty(this.showName))
{
this.showName=tmpname
}
}).catch((err: BusinessError) => {
})