fix(18349):UI还原问题-【uat】进入“直播标题-人民号发视频-拉流视频-横屏” 直播间,预告上面用户头像未显示,看图
Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -42,6 +42,7 @@ export struct LiveFollowComponent { | @@ -42,6 +42,7 @@ export struct LiveFollowComponent { | ||
| 42 | Row() { | 42 | Row() { |
| 43 | //号主头像 | 43 | //号主头像 |
| 44 | Image(this.rmhInfo.rmhHeadUrl) | 44 | Image(this.rmhInfo.rmhHeadUrl) |
| 45 | + .alt($r('app.media.icon_default_head_mater')) | ||
| 45 | .width(24) | 46 | .width(24) |
| 46 | .height(24) | 47 | .height(24) |
| 47 | .borderRadius(90) | 48 | .borderRadius(90) |
-
Please register or login to post a comment