Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -443,7 +443,7 @@ export struct PaperSingleColumn999CardView { | @@ -443,7 +443,7 @@ export struct PaperSingleColumn999CardView { | ||
| 443 | .margin({ left: 16, right: 16, top: 16 }) | 443 | .margin({ left: 16, right: 16, top: 16 }) |
| 444 | if (this.item?.coverUrl) { | 444 | if (this.item?.coverUrl) { |
| 445 | Stack({ alignContent: Alignment.BottomEnd }) { | 445 | Stack({ alignContent: Alignment.BottomEnd }) { |
| 446 | - Image('') | 446 | + Image(this.loadImg?this.item?.coverUrl:'') |
| 447 | .borderRadius(5) | 447 | .borderRadius(5) |
| 448 | .objectFit(ImageFit.Fill) | 448 | .objectFit(ImageFit.Fill) |
| 449 | // .aspectRatio(319 / 179) ///图片设计比例 | 449 | // .aspectRatio(319 / 179) ///图片设计比例 |
-
Please register or login to post a comment