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
9 years ago
Commit
bcaac4d2828ccb704b95f7b35d723d41e0137752
1 parent
cc76cb0d
good is not enought
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/shopping/models/cart.js
apps/shopping/models/cart.js
View file @
bcaac4d
...
...
@@ -312,9 +312,9 @@ const modifyProductNum = (options) => {
return
getCartData
(
shoppingKey
,
uid
).
then
(
function
(
result
)
{
console
.
log
(
'getCartData--pre-callback-result:'
,
result
);
console
.
log
(
'modifyProductNum---params:'
,
params
);
if
(
goodType
===
'advance'
)
{
if
(
goodType
===
'advance'
)
{
// 检查库存量
}
else
if
(
goodType
===
'ordinary'
)
{
}
else
if
(
goodType
===
'ordinary'
)
{
// 检查库存量
}
return
api
.
get
(
''
,
params
);
...
...
Please
register
or
login
to post a comment