four-image--error-link
Showing
1 changed file
with
3 additions
and
1 deletions
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | * @Author: Targaryen | 2 | * @Author: Targaryen |
3 | * @Date: 2017-03-23 11:02:31 | 3 | * @Date: 2017-03-23 11:02:31 |
4 | * @Last Modified by: Targaryen | 4 | * @Last Modified by: Targaryen |
5 | - * @Last Modified time: 2017-04-20 11:58:47 | 5 | + * @Last Modified time: 2017-04-20 15:41:44 |
6 | */ | 6 | */ |
7 | /* 红人店铺数据处理 */ | 7 | /* 红人店铺数据处理 */ |
8 | 8 | ||
@@ -341,6 +341,8 @@ const pushGoodsInfo = (decorators, goodsList) => { | @@ -341,6 +341,8 @@ const pushGoodsInfo = (decorators, goodsList) => { | ||
341 | 341 | ||
342 | if (value.module_type === 'TripleImage' || value.module_type === 'DoubleImage') { | 342 | if (value.module_type === 'TripleImage' || value.module_type === 'DoubleImage') { |
343 | decorators[key].pics[subKey].src = imageSrc; | 343 | decorators[key].pics[subKey].src = imageSrc; |
344 | + } else if (value.module_type === 'FourImage') { | ||
345 | + decorators[key].pics[subKey].isGood = false; | ||
344 | } else { | 346 | } else { |
345 | decorators[key].pics[subKey].src = imageSrc.split('?')[0]; | 347 | decorators[key].pics[subKey].src = imageSrc.split('?')[0]; |
346 | } | 348 | } |
-
Please register or login to post a comment