图片组件跟患者列表

This commit is contained in:
XiuYun CHEN
2025-07-21 16:23:36 +08:00
parent 1cdb5a3311
commit 75277f5bb5
12 changed files with 275 additions and 144 deletions
@@ -243,8 +243,7 @@ export struct SenderMessageComponent {
}.alignItems(HorizontalAlign.End).margin({ left: 8 }).width('75%')
CommonAvatar({
item: new AvatarItem(this.chatUserInfo != null ?
this.chatUserInfo?.getCurrentUserAvatarUrl() : BasicConstant.urlHtml+authStore.getUser().photo,
item: new AvatarItem( BasicConstant.urlHtml+authStore.getUser().photo,
this.chatUserInfo?.getCurrentUserAvatarName() ?? '',
AvatarColorUntil.getBackgroundColorById(this.message.message.senderId),
),