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
htoooth
2017-07-18 10:56:15 +0800
Commit
7f49165593d9c49b097a2159f2005c52c8aca29e
1 parent
80a7ed0b
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/detail.page.js
public/js/product/detail.page.js
View file @
7f49165
...
...
@@ -656,7 +656,7 @@ bindEvent.add(function() {
$
(
'.bundle.limit'
).
addClass
(
'hide'
);
}
maxStock
=
+
$this
.
data
(
'num'
);
maxStock
=
limitNum
||
+
$this
.
data
(
'num'
);
$this
.
siblings
(
'.focus'
).
removeClass
(
'focus'
);
$this
.
addClass
(
'focus'
);
...
...
Please
register
or
login
to post a comment