Authored by yyq

修复商品详情出现undefind问题

... ... @@ -823,9 +823,7 @@ const setDetailData = sizeInfo => {
titleCn: '商品详情'
};
if (sizeInfo.productDescBo && sizeInfo.productDescBo.phrase) {
details.content = `${sizeInfo.productDescBo.phrase}<br/>`;
}
details.content = `${_.get(sizeInfo, 'productDescBo.phrase', '')}<br/>`;
// 图片换规则
const replacePairs = [
... ...