Showing
2 changed files
with
5 additions
and
1 deletions
| @@ -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) |
-
Please register or login to post a comment