Revert "image-handle"
This reverts commit 28c4f337.
Showing
1 changed file
with
2 additions
and
2 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-24 10:15:02 | 5 | + * @Last Modified time: 2017-04-20 15:41:44 |
6 | */ | 6 | */ |
7 | /* 红人店铺数据处理 */ | 7 | /* 红人店铺数据处理 */ |
8 | 8 | ||
@@ -340,7 +340,7 @@ const pushGoodsInfo = (decorators, goodsList) => { | @@ -340,7 +340,7 @@ const pushGoodsInfo = (decorators, goodsList) => { | ||
340 | decorators[key].pics[subKey].isGood = true; | 340 | decorators[key].pics[subKey].isGood = true; |
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') { | 344 | } else if (value.module_type === 'FourImage') { |
345 | decorators[key].pics[subKey].isGood = false; | 345 | decorators[key].pics[subKey].isGood = false; |
346 | } else { | 346 | } else { |
-
Please register or login to post a comment