...
|
...
|
@@ -235,7 +235,7 @@ let getProductData = (data) => { |
|
|
if (bundleData && _.get(bundleData, 'bundleInfo.discountType', null) === 1) {
|
|
|
finalResult.bundleData = {
|
|
|
title: '优惠套装',
|
|
|
href: helpers.urlFormat('/product/bundle/detail', {skn: result.product_skn}),
|
|
|
href: helpers.urlFormat('/product/bundle/detail', {skn: result.product_skn, id: result.product_id}),
|
|
|
description: '立省¥' + (parseInt(_.get(bundleData, 'bundleInfo.salesPrice', 0), 10) -
|
|
|
parseInt(_.get(bundleData, 'bundleInfo.discountPrice', 0), 10)) + '元',
|
|
|
productList: productProcess.processProductList(bundleData && bundleData.productList)
|
...
|
...
|
|