Authored by ccbikai

活动专题图片大小问题

... ... @@ -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,
... ...