...
|
...
|
@@ -36,7 +36,6 @@ const BUNDLE_PRODUCE = 2; // 量贩 |
|
|
const BUNDLE_PACKAGE = 1; // 套餐
|
|
|
const tdk = require('../../../utils/getTDK');
|
|
|
const productProcess = require('../../../utils/product-process');
|
|
|
const Helpers = global.yoho.helpers;
|
|
|
|
|
|
const _getProductAdditionInfoAsync = (data) => {
|
|
|
return co(function * () {
|
...
|
...
|
|