Merge branch 'main' of http://192.168.1.42/developOne/harmonyPool
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -361,7 +361,7 @@ export struct LikeComponent { | @@ -361,7 +361,7 @@ export struct LikeComponent { | ||
| 361 | .height(24) | 361 | .height(24) |
| 362 | if (this.likeCount > 0){ | 362 | if (this.likeCount > 0){ |
| 363 | RelativeContainer() { | 363 | RelativeContainer() { |
| 364 | - Image(this.likeStatus ? $r('app.media.ic_like_white_Select') : $r('app.media.ic_like_back')) | 364 | + Image($r('app.media.ic_like_white_Select')) |
| 365 | .objectFit(ImageFit.Fill) | 365 | .objectFit(ImageFit.Fill) |
| 366 | .resizable({ | 366 | .resizable({ |
| 367 | slice: { | 367 | slice: { |
-
Please register or login to post a comment