Authored by 郭成尧

Revert "image-handle"

This reverts commit 28c4f337.
... ... @@ -2,7 +2,7 @@
* @Author: Targaryen
* @Date: 2017-03-23 11:02:31
* @Last Modified by: Targaryen
* @Last Modified time: 2017-04-24 10:15:02
* @Last Modified time: 2017-04-20 15:41:44
*/
/* 红人店铺数据处理 */
... ... @@ -340,7 +340,7 @@ const pushGoodsInfo = (decorators, goodsList) => {
decorators[key].pics[subKey].isGood = true;
if (value.module_type === 'TripleImage' || value.module_type === 'DoubleImage') {
// decorators[key].pics[subKey].src = imageSrc;
decorators[key].pics[subKey].src = imageSrc;
} else if (value.module_type === 'FourImage') {
decorators[key].pics[subKey].isGood = false;
} else {
... ...