王士厅

fix: 设置仅wifi加载图片控制,4G网络下,奥运频道信息流页面未展示头图卡

@@ -54,7 +54,7 @@ export struct Card5Component { @@ -54,7 +54,7 @@ export struct Card5Component {
54 bottomRight: $r('app.float.image_border_radius') 54 bottomRight: $r('app.float.image_border_radius')
55 } 55 }
56 ) 56 )
57 - // .aspectRatio(343 / 225) 57 + .height(this.loadImg ? '' : 114)
58 .autoResize(true) 58 .autoResize(true)
59 if (!!this.titleShowPolicy || this.titleShowPolicy === null ) { 59 if (!!this.titleShowPolicy || this.titleShowPolicy === null ) {
60 Row() 60 Row()