chenjun

20217 号主-猛犸新闻,动态tab页,单图动态稿件,图片未展示。

@@ -191,7 +191,7 @@ struct createImg { @@ -191,7 +191,7 @@ struct createImg {
191 }) { 191 }) {
192 ForEach(this.fullColumnImgUrls, (item: FullColumnImgUrlDTO, index: number) => { 192 ForEach(this.fullColumnImgUrls, (item: FullColumnImgUrlDTO, index: number) => {
193 if (this.fullColumnImgUrls.length === 1) { 193 if (this.fullColumnImgUrls.length === 1) {
194 - if (this.getPicType(item.weight, item.height) !== 3) { 194 + if (this.getPicType(item.weight, item.height) < 3) {
195 GridCol({ 195 GridCol({
196 span: this.getPicType(item.weight, item.height) === 1 ? 12 : 8 196 span: this.getPicType(item.weight, item.height) === 1 ? 12 : 8
197 }){ 197 }){