Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -11,7 +11,7 @@ export struct SearchCreatorComponent{ | @@ -11,7 +11,7 @@ export struct SearchCreatorComponent{ | ||
| 11 | Stack({alignContent: Alignment.Bottom}){ | 11 | Stack({alignContent: Alignment.Bottom}){ |
| 12 | Image(this.item.headerPhotoUrl) | 12 | Image(this.item.headerPhotoUrl) |
| 13 | .width('92lpx') | 13 | .width('92lpx') |
| 14 | - .alt($r('app.media.default_head')) | 14 | + .alt($r('app.media.icon_default_head_mater')) |
| 15 | .height('92lpx') | 15 | .height('92lpx') |
| 16 | .margin({bottom:'15lpx'}) | 16 | .margin({bottom:'15lpx'}) |
| 17 | .borderRadius(50) | 17 | .borderRadius(50) |
-
Please register or login to post a comment