Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
9 years ago
Commit
adc862fe72298b813e826f195975e0008ca9ee04
1 parent
5af3c0a0
invoice images
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
web-static/img/order/invoice-desc.png
web-static/img/sprite.order.png
yohobuy/www.yohobuy.com/application/models/Shopping/Cart.php
web-static/img/order/invoice-desc.png
0 → 100644
View file @
adc862f
8.68 KB
web-static/img/sprite.order.png
View file @
adc862f
23.7 KB
|
W:
|
H:
38.2 KB
|
W:
|
H:
2-up
Swipe
Onion skin
yohobuy/www.yohobuy.com/application/models/Shopping/Cart.php
View file @
adc862f
...
...
@@ -701,8 +701,10 @@ class CartModel
/* 发票内容 */
if
(
!
empty
(
$pay
[
'data'
][
'invoices'
][
'invoiceContentList'
]))
{
foreach
(
$pay
[
'data'
][
'invoices'
][
'invoiceContentList'
]
as
$value
)
{
$result
[
'piaoTypes'
][
$value
[
'invoices_type_id'
]][
'id'
]
=
$value
[
'invoices_type_id'
];
$result
[
'piaoTypes'
][
$value
[
'invoices_type_id'
]][
'name'
]
=
$value
[
'invoices_type_name'
];
$result
[
'piaoTypes'
][]
=
array
(
'id'
=>
$value
[
'invoices_type_id'
],
'name'
=>
$value
[
'invoices_type_name'
]
);
}
$result
[
'receiverMobile'
]
=
isset
(
$userInfo
[
'data'
][
'mobile'
])
&&
$userInfo
[
'data'
][
'mobile'
]
?
$userInfo
[
'data'
][
'mobile'
]
:
''
;
$result
[
'invoiceUrl'
]
=
'http://www.yohobuy.com/help?category_id=99'
;
...
...
Please
register
or
login
to post a comment