陈剑华

feat: 17937 页面加载-信息流图片加载,手机打开仅wifi加载图片控制,小视频卡标题和下面文案间距问题

@@ -85,13 +85,14 @@ export struct Card6Component { @@ -85,13 +85,14 @@ export struct Card6Component {
85 } 85 }
86 .justifyContent(FlexAlign.Start) 86 .justifyContent(FlexAlign.Start)
87 87
88 - 88 + Blank()
89 //bottom 评论等信息 89 //bottom 评论等信息
90 CardSourceInfo({ compDTO: this.compDTO, contentDTO: this.contentDTO }) 90 CardSourceInfo({ compDTO: this.compDTO, contentDTO: this.contentDTO })
91 } 91 }
92 .alignItems(HorizontalAlign.Start) 92 .alignItems(HorizontalAlign.Start)
93 .justifyContent(FlexAlign.Start) 93 .justifyContent(FlexAlign.Start)
94 .width('64%') 94 .width('64%')
  95 + .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156)
95 96
96 Stack() { 97 Stack() {
97 Image(this.loadImg ? this.contentDTO.coverUrl : '') 98 Image(this.loadImg ? this.contentDTO.coverUrl : '')