...
|
...
|
@@ -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 = [
|
...
|
...
|
|