Authored by ccbikai

Merge branch 'feature/sale' into release/4.8

... ... @@ -371,7 +371,9 @@ const getDiscountDetailData = (id, yhChannel) => {
return _discount(param).then((result) => {
if (result && result.code === 200) {
res = _processDiscount(result.data);
if (res[0] && res[0].coverUrl) {
res[0].coverUrl = res[0].coverUrl.replace('/extent/{width}x{height}', '');
}
return {
title: res[0] && res[0].title,
productPool: res[0] && res[0].productPool,
... ...