陈剑华

fix: 19069 精选评论卡-非人民号账号登录默认头像显示的是人民号默认头像

@@ -12,4 +12,5 @@ export interface commentInfo { @@ -12,4 +12,5 @@ export interface commentInfo {
12 relType: string; 12 relType: string;
13 newsType?: string, 13 newsType?: string,
14 objectType?: string, 14 objectType?: string,
  15 + userType?: number
15 } 16 }
@@ -186,8 +186,11 @@ export struct ZhSingleRow06 { @@ -186,8 +186,11 @@ export struct ZhSingleRow06 {
186 this.loadImg 186 this.loadImg
187 ? item.operDataList[0]?.commentInfo?.userHeaderUrl 187 ? item.operDataList[0]?.commentInfo?.userHeaderUrl
188 ? item.operDataList[0].commentInfo.userHeaderUrl 188 ? item.operDataList[0].commentInfo.userHeaderUrl
189 - : $r('app.media.icon_default_head_mater') 189 + : commentViewModel.adjustUserType(item.operDataList[0].commentInfo?.userType)
  190 + ? $r('app.media.WDAccountOwnerHedaerDefaultIcon')
  191 + : $r('app.media.WDAccountDefaultIcon')
190 : $r('app.media.icon_default_head_mater')) 192 : $r('app.media.icon_default_head_mater'))
  193 +
191 .width(32) 194 .width(32)
192 .height(32) 195 .height(32)
193 .borderRadius(16) 196 .borderRadius(16)