...
|
...
|
@@ -374,7 +374,7 @@ class IndexController extends AbstractAction |
|
|
'invoiceNotice' => '发票须知',
|
|
|
'phone' => $mobile ? substr_replace($mobile, '****', 3, 4) : '',
|
|
|
'completeTel' => $mobile,
|
|
|
'isCompany' => $invoice_Top ? true : false,
|
|
|
'isCompany' => $invoice_Top ? false : true,
|
|
|
'companyName' => $invoices_title,
|
|
|
'invoicesType' => array(
|
|
|
array(
|
...
|
...
|
|