陈剑华

feat: 17011 功能缺陷--人民号动态横图展示样式鸿蒙与安卓不一致

... ... @@ -200,13 +200,13 @@ struct createImg {
}
} else {
GridCol({
span: { xs: 8 }
span: item.landscape === 1 ? 12 : 8
}) {
Image(this.loadImg ? item.fullUrl : '')
.backgroundColor(0xf5f5f5)
.width('100%')
.borderRadius(this.caclImageRadius(index))
.autoResize(true)
.borderRadius(this.caclImageRadius(index))
.opacity(!this.picWidth && !this.picHeight ? 0 : 1)
.onComplete(callback => {
this.picWidth = callback?.width || 0;
... ...