...
|
...
|
@@ -704,8 +704,6 @@ class CartModel |
|
|
$result['piaoTypes'][$value['invoices_type_id']]['id'] = $value['invoices_type_id'];
|
|
|
$result['piaoTypes'][$value['invoices_type_id']]['name'] = $value['invoices_type_name'];
|
|
|
}
|
|
|
ksort($result['piaoTypes']);
|
|
|
$result['piaoTypes'] = array_values($result['piaoTypes']);
|
|
|
$result['receiverMobile'] = isset($userInfo['data']['mobile']) && $userInfo['data']['mobile'] ? $userInfo['data']['mobile'] : '';
|
|
|
$result['invoiceUrl'] = 'http://www.yohobuy.com/help?category_id=99';
|
|
|
}
|
...
|
...
|
|