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
Plain Diff
Browse Files
Authored by
郝肖肖
9 years ago
Commit
c5ad42692458d9de30191e0c3e0dfa3111362cd3
2 parents
f2f42701
818fea86
Merge branch 'release/1.0' of git.yoho.cn:fe/yoho-blk into release/1.0
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 @
c5ad426
...
...
@@ -146,9 +146,6 @@ exports.toggleSelectGoods = (req, res, next) => {
const
shoppingKey
=
req
.
cookies
.
_SPK
;
// 商品sku列表
// skuList:
// [{"goods_type":"advance","buy_number":1,"selected":"Y","product_sku":"1006277","promotion_id":0}, {...}]
// [{"goods_type":"ordinary","buy_number":1,"selected":"Y","product_sku":"1006277","promotion_id":0}, {...}]
const
productSkuList
=
req
.
body
.
skuList
;
if
(
uid
)
{
...
...
Please
register
or
login
to post a comment