wangliang_wd

feat:优化代码

@@ -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) ///图片设计比例