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
Plain Diff
Browse Files
Authored by
uedxwg
9 years ago
Commit
f428d0c833a768d29cfbd7543a51e0b148c9d2b9
2 parents
e3056ee2
1a27bfa5
Merge branch 'feature/order' of
http://git.dev.yoho.cn/web/yohobuy
into feature/order
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
View file @
f428d0c
...
...
@@ -396,7 +396,13 @@ class CartModel
$idArr
=
array
();
$defaultKey
=
0
;
$oneDeliv
=
array
();
foreach
(
$payReturn
[
'delivery_way'
]
as
$key
=>
$val
)
{
$deliveries
=
$payReturn
[
'delivery_way'
];
if
(
isset
(
$orderCompute
[
'delivery_way'
])
&&
!
empty
(
$orderCompute
[
'delivery_way'
]))
{
$deliveries
=
$orderCompute
[
'delivery_way'
];
}
foreach
(
$deliveries
as
$key
=>
$val
)
{
if
(
$val
[
'delivery_way_name'
]
===
'顺丰速运'
&&
!
$isSunfengSupport
)
{
continue
;
}
...
...
Please
register
or
login
to post a comment