Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -239,7 +239,7 @@ struct createImg { | @@ -239,7 +239,7 @@ struct createImg { | ||
| 239 | }) { | 239 | }) { |
| 240 | Stack({alignContent: Alignment.BottomEnd}) { | 240 | Stack({alignContent: Alignment.BottomEnd}) { |
| 241 | Image(this.loadImg ? item.fullUrl : '') | 241 | Image(this.loadImg ? item.fullUrl : '') |
| 242 | - .backgroundColor(0xf5f5f5) | 242 | + .backgroundColor(index === 2 ? 0xffffff : 0xf5f5f5) |
| 243 | .aspectRatio(1) | 243 | .aspectRatio(1) |
| 244 | .width(113) | 244 | .width(113) |
| 245 | .height(113) | 245 | .height(113) |
-
Please register or login to post a comment