Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
8 years ago
Commit
a5eaaac5de465f03d9763e7b0b3dea6575b8a4e4
1 parent
6d07d49c
'union-cookie-union-info'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
View file @
a5eaaac
...
...
@@ -667,7 +667,7 @@ class IndexController extends AbstractAction
}
$result
=
CartModel
::
orderSub
(
$uid
,
$addressId
,
$cartType
,
$deliveryTime
,
$deliveryWay
,
$invoices
,
$paymentId
,
$paymentType
,
$remark
,
$couponCode
,
$yohoCoin
,
$skuList
,
$unionKey
,
$userAgent
);
$result
[
'unionCookie'
]
=
isset
(
$unionInfo
[
'unionCookie'
])
?
$unionInfo
[
'unionCookie'
]
:
''
;
$result
[
'unionCookie'
]
=
$unionInfo
;
// 记录下单异常的数据
if
(
empty
(
$result
))
{
...
...
Please
register
or
login
to post a comment