陈剑华

fix: 17539 功能缺陷-页面加载-信息流图片加载,手机打开仅wifi加载图片控制,时间轴图片未显示

... ... @@ -61,6 +61,7 @@ export struct Card9Component {
Image(this.loadImg ? this.contentDTO.coverUrl : '')
.backgroundColor(0xf5f5f5)
.width('100%')
.height(133)
.borderRadius({
topLeft: $r('app.float.image_border_radius'),
topRight: $r('app.float.image_border_radius')
... ...