Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
邱骏
2019-02-14 17:11:45 +0800
Commit
112aa9f4a9b4da9d492c5c174d94e3280f536a2a
1 parent
bc4cf3e2
购物车结算时选择预售商品给予提示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
apps/cart/controllers/cart.js
apps/cart/controllers/cart.js
View file @
112aa9f
...
...
@@ -282,7 +282,6 @@ const selectProduct = (req, res, next) => {
req
.
ctx
(
service
).
selectGoods
(
uid
,
productId
,
shoppingKey
,
hasPromotion
,
cartDelList
)
.
then
(
ret
=>
{
console
.
log
(
ret
);
res
.
send
(
ret
);
}).
catch
(
next
);
};
...
...
Please
register
or
login
to post a comment