...
|
...
|
@@ -504,6 +504,10 @@ class CartModel |
|
|
$result['cartPayData'] = isset($orderCompute['promotion_formula_list']) ? $orderCompute['promotion_formula_list'] : $payReturn['shopping_cart_data']['promotion_formula_list'];
|
|
|
$price = isset($orderCompute['last_order_amount']) ? $orderCompute['last_order_amount'] : $payReturn['shopping_cart_data']['last_order_amount'];
|
|
|
$result['price'] = Helpers::transPrice($price);
|
|
|
// 订单商品数
|
|
|
$result['num'] = $payReturn['shopping_cart_data']['goods_count'];
|
|
|
// 商品金额
|
|
|
$result['goodsPrice'] = $payReturn['shopping_cart_data']['str_order_amount'];
|
|
|
}
|
|
|
|
|
|
// 发票有关数据
|
...
|
...
|
|