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
jinhu.tung
2016-07-19 16:20:45 +0800
Commit
dadc1a9e20f60eb7994bc6ddea5883dcef636818
1 parent
a13538b1
control storage
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
apps/shopping/models/cart.js
apps/shopping/models/cart.js
View file @
dadc1a9
...
...
@@ -132,6 +132,7 @@ const toggleSelectGoods = (params) => {
let
method
=
'app.Shopping.selectedAndCart'
;
_
.
merge
(
params
,
{
method
});
/*
let resultData;
let skus = JSON.parse(params.product_sku_list).map(sku => return sku.product_sku);
...
...
Please
register
or
login
to post a comment