Authored by 周少峰

phone name

@@ -703,7 +703,7 @@ class CartModel @@ -703,7 +703,7 @@ class CartModel
703 $build['name'] = $value['invoices_type_name']; 703 $build['name'] = $value['invoices_type_name'];
704 $result['piaoTypes'][] = $build; 704 $result['piaoTypes'][] = $build;
705 } 705 }
706 - $result['receiverMobile '] = isset($pay['data']['delivery_address']['mobile']) ? $pay['data']['delivery_address']['mobile'] : ''; 706 + $result['receiverMobile'] = isset($pay['data']['delivery_address']['mobile']) ? $pay['data']['delivery_address']['mobile'] : '';
707 } 707 }
708 708
709 /* 需购买的商品 */ 709 /* 需购买的商品 */