...
|
...
|
@@ -32,6 +32,7 @@ const addTicket = co(function * (uid, sku, count, yohoCoin) { |
|
|
};
|
|
|
}
|
|
|
|
|
|
result.virtualGood = true;
|
|
|
result.goodsList = _handleGoodsList(_.get(ticketInfo, 'data.goods_list', []));
|
|
|
result.last_order_amount = _handleAmount(ticketInfo);
|
|
|
Object.assign(result, _handleUseYhoCoin(_.get(ticketInfo, 'data.shopping_cart_data', {})));
|
...
|
...
|
|