Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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 | }){ |
-
Please register or login to post a comment