...
|
...
|
@@ -227,7 +227,7 @@ const tool = { |
|
|
let subPrice = _.get(bundleData, 'bundleInfo.subPrice', 0);
|
|
|
|
|
|
return {
|
|
|
title: '优惠套装',
|
|
|
title: _.get(bundleData, 'bundleInfo.bundleName') || '优惠套装',
|
|
|
href: helpers.urlFormat('/product/bundle/detail', {skn: skn, gid: gid, index: index}),
|
|
|
description: subPrice ? '立省¥' + subPrice : 0,
|
|
|
productList: productProcess.processProductList(bundleData && bundleData.productList)
|
...
|
...
|
|