陈剑华

fix: 进入”平安北京“人民号,查看动态多图-4图样式卡,多出一张无效图

@@ -239,7 +239,7 @@ struct createImg { @@ -239,7 +239,7 @@ struct createImg {
239 }) { 239 }) {
240 Stack({alignContent: Alignment.BottomEnd}) { 240 Stack({alignContent: Alignment.BottomEnd}) {
241 Image(this.loadImg ? item.fullUrl : '') 241 Image(this.loadImg ? item.fullUrl : '')
242 - .backgroundColor(0xf5f5f5) 242 + .backgroundColor(index === 2 ? 0xffffff : 0xf5f5f5)
243 .aspectRatio(1) 243 .aspectRatio(1)
244 .width(113) 244 .width(113)
245 .height(113) 245 .height(113)