Authored by 郭成尧

four-image--error-link

... ... @@ -2,7 +2,7 @@
* @Author: Targaryen
* @Date: 2017-03-23 11:02:31
* @Last Modified by: Targaryen
* @Last Modified time: 2017-04-20 11:58:47
* @Last Modified time: 2017-04-20 15:41:44
*/
/* 红人店铺数据处理 */
... ... @@ -341,6 +341,8 @@ const pushGoodsInfo = (decorators, goodsList) => {
if (value.module_type === 'TripleImage' || value.module_type === 'DoubleImage') {
decorators[key].pics[subKey].src = imageSrc;
} else if (value.module_type === 'FourImage') {
decorators[key].pics[subKey].isGood = false;
} else {
decorators[key].pics[subKey].src = imageSrc.split('?')[0];
}
... ...