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-20 17:30:23 +0800
Commit
4f5ce75f24d19efa457930c02f4ce957c0059be2
1 parent
f368b269
预售商品增减时不显示预售提示
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
public/js/cart/cart-action.js
public/js/cart/cart-api.js
public/js/cart/cart-action.js
View file @
4f5ce75
...
...
@@ -478,7 +478,7 @@ Cart = {
if
(
$this
.
hasClass
(
'disabled'
))
{
return
;
}
console
.
log
(
$btn
[
0
]);
capi
.
cartItemNumChg
(
$
.
extend
(
countJSON
,
{
sku
:
$item
.
data
(
'id'
),
batch_no
:
$item
.
data
(
'batch-no'
),
...
...
public/js/cart/cart-api.js
View file @
4f5ce75
...
...
@@ -140,7 +140,6 @@ function refreshCart(data) {
// checkbox提交ajax
function
choiceOut
(
items
)
{
console
.
log
(
items
);
var
skuList
=
$
.
isArray
(
items
)
?
items
:
[
items
];
var
hasPromotion
=
false
;
...
...
Please
register
or
login
to post a comment