Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
9 years ago
Commit
dbe8153549563cb7e60390153868f86c3960f2be
1 parent
1a461494
remove debug console.log
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
apps/shopping/controllers/cart.js
apps/shopping/controllers/cart.js
View file @
dbe8153
...
...
@@ -164,9 +164,6 @@ exports.toggleSelectGoods = (req, res, next) => {
}
cartModel
.
toggleSelectGoods
(
params
).
then
(
result
=>
{
console
.
log
(
result
);
res
.
json
(
_
.
merge
(
cartModel
.
filterCartData
(
result
,
uid
),
{
code
:
result
.
code
,
message
:
result
.
message
}));
}).
catch
(
next
);
};
...
...
Please
register
or
login
to post a comment