...
|
...
|
@@ -718,7 +718,7 @@ class CartModel |
|
|
// 结算数据
|
|
|
$result['price'] = Helpers::transPrice($data['shopping_cart_data']['order_amount']);
|
|
|
$result['activityPrice'] = Helpers::transPrice($data['shopping_cart_data']['discount_amount']);
|
|
|
$result['count'] = $data['shopping_cart_data']['goods_count'];
|
|
|
$result['count'] = $data['shopping_cart_data']['selected_goods_count'];
|
|
|
$result['sumPrice'] = Helpers::transPrice($data['shopping_cart_data']['order_amount']);
|
|
|
}while(0);
|
|
|
|
...
|
...
|
|