陈剑华

fix: 17004 UI还原问题--人民号号主信息中的动态长图缺少长图显示

@@ -141,12 +141,12 @@ struct createImg { @@ -141,12 +141,12 @@ struct createImg {
141 Image(this.loadImg ? item.fullUrl : '') 141 Image(this.loadImg ? item.fullUrl : '')
142 .backgroundColor(0xf5f5f5) 142 .backgroundColor(0xf5f5f5)
143 .width('100%') 143 .width('100%')
144 - // .height(172) 144 + .height(172)
145 .autoResize(true) 145 .autoResize(true)
146 .borderRadius(this.caclImageRadius(index)) 146 .borderRadius(this.caclImageRadius(index))
147 } else if (this.getPicType() === 2) { 147 } else if (this.getPicType() === 2) {
148 Image(this.loadImg ? item.fullUrl : '') 148 Image(this.loadImg ? item.fullUrl : '')
149 - // .width('100%') 149 + .width('100%')
150 .height(305) 150 .height(305)
151 .autoResize(true) 151 .autoResize(true)
152 .borderRadius(this.caclImageRadius(index)) 152 .borderRadius(this.caclImageRadius(index))