图片组件跟患者列表
This commit is contained in:
@@ -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),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user