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
Rock Zhang
9 years ago
Commit
a752f6ed1e7552a95bbf5f6f87ab1376ae14786c
1 parent
304df337
修复修改购物车商品信息接口的bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
View file @
a752f6e
...
...
@@ -176,7 +176,7 @@ class CartModel
// 处理要更改的数据
$swapData
=
json_encode
(
array
(
$param
));
$modify
=
CartData
::
addToFav
(
$uid
,
$swapData
);
$modify
=
CartData
::
modifyCartProduct
(
$uid
,
$swapData
);
if
(
$modify
&&
isset
(
$modify
[
'code'
]))
{
$result
[
'code'
]
=
$modify
[
'code'
];
$result
[
'message'
]
=
$modify
[
'message'
];
...
...
Please
register
or
login
to post a comment