chenjun

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

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