陈剑华

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

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