Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -233,7 +233,8 @@ struct createImg { | @@ -233,7 +233,8 @@ struct createImg { | ||
| 233 | }) | 233 | }) |
| 234 | } | 234 | } |
| 235 | } | 235 | } |
| 236 | - } else if (this.fullColumnImgUrls.length === 4) { | 236 | + } else if (this.fullColumnImgUrls.length === 5) { |
| 237 | + // 四图卡里面塞了一张补位卡 | ||
| 237 | GridCol({ | 238 | GridCol({ |
| 238 | span: { xs: 4 } | 239 | span: { xs: 4 } |
| 239 | }) { | 240 | }) { |
-
Please register or login to post a comment