...
|
...
|
@@ -425,13 +425,14 @@ class CartModel |
|
|
$one = array();
|
|
|
$one['id'] = $inv['invoices_type_id'];
|
|
|
$one['name'] = $inv['invoices_type_name'];
|
|
|
$one['id'] == $orderInfo['invoiceType'] && $one['isSelected'] = true;
|
|
|
|
|
|
$result['invoice'][] = $one;
|
|
|
}
|
|
|
|
|
|
// 发票信息需要记录
|
|
|
// $one['id'] === $orderInfo['invoiceType'] && $one['isSelected'] = true;
|
|
|
// $one['needInvoice'] = $orderInfo['invoiceType'];
|
|
|
$result['needInvoice'] = $orderInfo['invoice'];
|
|
|
$result['invoiceText'] = $orderInfo['invoiceText'];
|
|
|
}
|
|
|
|
|
|
// 留言
|
...
|
...
|
|